We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22a57f commit 88a1221Copy full SHA for 88a1221
1 file changed
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
integration-tests:
70
name: Integration Tests
71
runs-on: ${{ matrix.os }}
72
- timeout-minutes: 15
+ timeout-minutes: 20
73
74
strategy:
75
fail-fast: false
@@ -121,7 +121,7 @@ jobs:
121
test-legacy-mocha:
122
name: Legacy Mocha Tests - ${{ matrix.node-version }}
123
runs-on: ubuntu-latest
124
125
126
127
0 commit comments