From e19397ee59bba4a4f30bdaa932994e79bd12390d Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 28 May 2025 11:01:53 +0100 Subject: [PATCH] CI: Timeout Linux jobs after 25 minutes Some tests have been seen deadlocked. They continued running for an hour+, until the default Github timeout. Linux timeout higher than macOS because the Linux jobs run more tests. --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2524c2e7..c791841c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,6 +19,7 @@ jobs: name: u2204 ${{ matrix.tox_env }} # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md runs-on: ubuntu-22.04 + timeout-minutes: 25 strategy: fail-fast: false @@ -140,6 +141,7 @@ jobs: name: u2404 ${{ matrix.tox_env }} # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md runs-on: ubuntu-24.04 + timeout-minutes: 25 strategy: fail-fast: false