Skip to content

Commit

Permalink
Increase CI test timeout to 20 minutes
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 committed Feb 27, 2022
1 parent b7ebff7 commit c4b5e09
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 c4b5e09

Please sign in to comment.