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 Samuel
parent 46364847ce
commit 08f06ca21b
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
@ -77,6 +78,7 @@ jobs:
TOXENV: ${{ matrix.toxenv }}
runs-on: ${{ matrix.os }}
timeout-minutes: 40
steps:
- uses: actions/checkout@v2
@ -129,7 +131,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: