We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e588faf commit f8a0963Copy full SHA for f8a0963
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: 30
73
74
strategy:
75
fail-fast: false
@@ -94,7 +94,7 @@ jobs:
94
test-packages:
95
name: Test Packages
96
97
98
99
100
@@ -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