From d202e019204e6cf979df6f2a827322a00dbd1957 Mon Sep 17 00:00:00 2001 From: Fridolin Glatter <83776373+glatterf42@users.noreply.github.com> Date: Thu, 7 Mar 2024 16:48:49 +0100 Subject: [PATCH] Limit CI runtime on Windows runners (#520) * Limit CI runtime on Windows runners * Continue on apparent Codecov error --- .github/workflows/pytest.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 8095155ad..e7b71eb40 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -126,6 +126,10 @@ jobs: - name: Upload test coverage to Codecov.io uses: codecov/codecov-action@v4 + # FIXME Limit runtime until + # https://github.com/codecov/codecov-action/issues/1316 is resolved + timeout-minutes: 1 + continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }} # required