Skip to content

Commit cf7d97a

Browse files
committed
Reduce timeout for Node.js unit tests from 5 to 2 minutes for improved efficiency
1 parent 39862c2 commit cf7d97a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: npm run compile-tests
5656

5757
- name: Run Node.js unit tests
58-
timeout-minutes: 5
58+
timeout-minutes: 2
5959
run: |
6060
FORCE_EXIT=""
6161
if node -e "process.exit(process.versions.node.split('.')[0] >= 22 ? 0 : 1)"; then

0 commit comments

Comments
 (0)