From 08f06ca21b2c6758baa60393cb96889395b600ef Mon Sep 17 00:00:00 2001 From: TW Date: Sat, 5 Dec 2020 18:55:11 +0100 Subject: [PATCH] Merge pull request #5549 from ThomasWaldmann/gha-timeout add a timeout for the github CI jobs, fixes #5548 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b9bac0cc..60eac5c80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: