Set CI timeout to 10 minutes

Instead of default 360 minutes.
This commit is contained in:
Mark Spanbroek 2020-11-24 16:15:56 +01:00 committed by markspanbroek
parent 3bfee1392b
commit 3c06acb627
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 10
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]