From 54f99323625488253287f628c3ccc6612bdfc95b Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 2 Dec 2025 05:01:43 -0600 Subject: [PATCH] Bump timeout for macOS tests from 15m -> 20m (#16925) This has been failing on main since fbf925ee636327bc958859ba1179fdd37bbcde6e --- .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 e34876640..3b205c23a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -280,7 +280,7 @@ jobs: --status-level skip --failure-output immediate-final --no-fail-fast -j 20 --final-status-level slow cargo-test-macos: - timeout-minutes: 15 + timeout-minutes: 20 needs: determine_changes # Only run macOS tests on main without opt-in if: ${{ contains(github.event.pull_request.labels.*.name, 'test:macos') || github.ref == 'refs/heads/main' }}