Increase timeout for unit build

Also due to Mac occasionally taking longer than the allocated time.
pull/5130/head
Antony Jones 5 years ago committed by GitHub
parent da7578cbf1
commit d19bcef690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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