Skip to content

Commit 8f88c0a

Browse files
committed
increase timeouts
1 parent e588faf commit 8f88c0a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
integration-tests:
7070
name: Integration Tests
7171
runs-on: ${{ matrix.os }}
72-
timeout-minutes: 15
72+
timeout-minutes: 20
7373

7474
strategy:
7575
fail-fast: false
@@ -94,7 +94,7 @@ jobs:
9494
test-packages:
9595
name: Test Packages
9696
runs-on: ${{ matrix.os }}
97-
timeout-minutes: 15
97+
timeout-minutes: 20
9898

9999
strategy:
100100
fail-fast: false
@@ -121,7 +121,7 @@ jobs:
121121
test-legacy-mocha:
122122
name: Legacy Mocha Tests - ${{ matrix.node-version }}
123123
runs-on: ubuntu-latest
124-
timeout-minutes: 15
124+
timeout-minutes: 20
125125

126126
strategy:
127127
fail-fast: false

0 commit comments

Comments
 (0)