tests: add timeouts

This commit is contained in:
Casper da Costa-Luis 2021-06-28 22:08:04 +01:00
parent dd93d93c01
commit d7ed8860a9
No known key found for this signature in database
GPG Key ID: F5126E5FBD2512AD
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ jobs:
os: [macos-latest, windows-latest]
name: py${{ matrix.python }}-${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
with:
@ -77,6 +78,7 @@ jobs:
python: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
name: py${{ matrix.python }}
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v2
with: