Increase timeout for unit build

Also due to Mac occasionally taking longer than the allocated time.
pull/7738/head
Antony Jones 5 years ago committed by GitHub
parent 6683f168fc
commit e14b48d5bc

@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
Tests:
runs-on: ${{ matrix.os }}
timeout-minutes: 6
timeout-minutes: 10
strategy:
matrix:
node-version: [8, 10, 12, 14]

Loading…
Cancel
Save