From d334288c50aea86820ab265d2c587ce94ef2a9ee Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Tue, 10 Dec 2024 15:50:57 +0000 Subject: [PATCH] build: Reduce macOS job timeout to mitigate BlockingIOError This will mitigate the impact of #1185 a little, which causes the job to continue running without making progress, until it hits this timeout. Successful jobs are typically completing in 8 - 12 minutes. refs #1185 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 24b70c64b..9a275a00c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -162,7 +162,7 @@ jobs: macos: # https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md runs-on: macos-13 - timeout-minutes: 120 + timeout-minutes: 15 strategy: fail-fast: false