Skip to content

Commit

Permalink
[ci] Increase CI test timeout to 20 minutes (#4144)
Browse files Browse the repository at this point in the history
The Windows test runs have been slow recently, and several have failed
by going over the 15 minute timeout. Increasing the timeout to 20 will
help mitigate the problem and reduce false-positive failures.
  • Loading branch information
rmunn authored Feb 27, 2022
1 parent b7ebff7 commit bad7a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: pnpm check
Tests:
runs-on: ${{ matrix.os }}
timeout-minutes: 15
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit bad7a48

Please sign in to comment.