Skip to content

Commit

Permalink
Increase timeout for unit tests
Browse files Browse the repository at this point in the history
Mac build randomly takes between 1 minute + 4 minutes, so this stops it getting cancelled.
  • Loading branch information
antony authored Jul 8, 2020
1 parent 87aeb1d commit da7578c
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 @@ -26,7 +26,7 @@ jobs:
- run: 'npm i && npm run lint'
Unit:
runs-on: ${{ matrix.os }}
timeout-minutes: 3
timeout-minutes: 5
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
Expand Down

0 comments on commit da7578c

Please sign in to comment.