We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39862c2 commit cf7d97aCopy full SHA for cf7d97a
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
run: npm run compile-tests
56
57
- name: Run Node.js unit tests
58
- timeout-minutes: 5
+ timeout-minutes: 2
59
run: |
60
FORCE_EXIT=""
61
if node -e "process.exit(process.versions.node.split('.')[0] >= 22 ? 0 : 1)"; then
0 commit comments