Increase timeout for unit tests

Mac build randomly takes between 1 minute + 4 minutes, so this stops it getting cancelled.
pull/7738/head
Antony Jones 5 years ago committed by GitHub
parent fe662fdf69
commit 6683f168fc

@ -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]

Loading…
Cancel
Save