Merge pull request #5549 from ThomasWaldmann/gha-timeout

add a timeout for the github CI jobs, fixes #5548
This commit is contained in:
TW 2020-12-05 18:55:11 +01:00 committed by GitHub
commit 3e03501fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -32,6 +32,7 @@ jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
@ -74,6 +75,7 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
runs-on: ${{ matrix.os }}
timeout-minutes: 40
steps:
- uses: actions/checkout@v2
@ -127,7 +129,7 @@ jobs:
tox --skip-missing-interpreters
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
env:
env:
OS: ${{ runner.os }}
python: ${{ matrix.python-version }}
with: