Increase timeout for unit tests

Mac build randomly takes between 1 minute + 4 minutes, so this stops it getting cancelled.
pull/5130/head
Antony Jones 4 years ago committed by GitHub
parent 87aeb1d609
commit da7578cbf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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