Increase workflow timeout

I've noticed that CI tests will hit the 15 minute timeout and fail. Perhaps we just need to increase the timeout?
pull/6981/head
Paul Murray 5 years ago committed by GitHub
parent c2149e8529
commit 0004794201
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: 15
timeout-minutes: 20
strategy:
matrix:
node-version: [8, 10, 12, 14, 16]

Loading…
Cancel
Save