Skip to content

Commit 845726b

Browse files
committed
add a 20 mins timeout to each of the longer running tests
1 parent 500dc9f commit 845726b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
all-commands-smoke-tests:
6262
name: Tests (commands smoke test)
6363
runs-on: ubuntu-latest
64+
timeout-minutes: 20
6465

6566
needs:
6667
- lint
@@ -154,6 +155,7 @@ jobs:
154155

155156
name: Smoke Tests (Node v${{ matrix.node }} with npm)
156157
runs-on: ubuntu-latest
158+
timeout-minutes: 20
157159

158160
needs:
159161
- lint
@@ -180,6 +182,7 @@ jobs:
180182

181183
name: Smoke Tests (Node v${{ matrix.node }} with yarn)
182184
runs-on: ubuntu-latest
185+
timeout-minutes: 20
183186

184187
needs:
185188
- lint
@@ -202,6 +205,7 @@ jobs:
202205
windows-smoke-tests:
203206
name: Smoke Tests (Windows)
204207
runs-on: windows-latest
208+
timeout-minutes: 20
205209

206210
needs:
207211
- lint

0 commit comments

Comments
 (0)