Skip to content

Commit

Permalink
add a 20 mins timeout to each of the longer running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Mar 22, 2023
1 parent cee9ada commit a8805ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
all-commands-smoke-tests:
name: Tests (commands smoke test)
runs-on: ubuntu-latest
timeout-minutes: 20

needs:
- lint
Expand Down Expand Up @@ -154,6 +155,7 @@ jobs:

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

needs:
- lint
Expand All @@ -180,6 +182,7 @@ jobs:

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

needs:
- lint
Expand All @@ -202,6 +205,7 @@ jobs:
windows-smoke-tests:
name: Smoke Tests (Windows)
runs-on: windows-latest
timeout-minutes: 20

needs:
- lint
Expand Down

0 comments on commit a8805ae

Please sign in to comment.