Add CI job timeout of 60 minutes (#127)

This commit is contained in:
Kim De Mey 2020-09-01 19:47:16 +02:00 committed by GitHub
parent f828736e1c
commit 792e71bb60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
env: ${{ matrix.env }}
timeout-minutes: 60
name: ${{ matrix.platform }} - ${{ matrix.env.NPROC }} processes
@ -52,6 +53,7 @@ jobs:
- { NPROC: 2 }
runs-on: windows-latest
env: ${{ matrix.env }}
timeout-minutes: 60
name: windows - ${{ matrix.env.NPROC }} processes