From bbc028e84c8692ccdaf15dd0f1bed7ebe94edb75 Mon Sep 17 00:00:00 2001 From: goodboy Date: Mon, 9 Mar 2026 16:17:46 -0400 Subject: [PATCH] Increase macos job timeout to 16s --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f85019a9..195a3c46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: testing-macos: name: '${{ matrix.os }} Python${{ matrix.python-version }} - spawn_backend=${{ matrix.spawn_backend }}' - timeout-minutes: 10 + timeout-minutes: 16 runs-on: ${{ matrix.os }} strategy: