From f168802ba48718cf11cb40e4a0044b2ca94ea560 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 4 Jun 2025 13:24:40 -0500 Subject: [PATCH] Bump `cargo-test-macos` timeout to 15m (#13847) Closes https://github.com/astral-sh/uv/issues/13846 15m is fine, we should definitely take action if it runs that long normally though. --- .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 5463294cc..12d6e5f91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -229,7 +229,7 @@ jobs: --status-level skip --failure-output immediate-final --no-fail-fast -j 20 --final-status-level slow cargo-test-macos: - timeout-minutes: 10 + timeout-minutes: 15 needs: determine_changes if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }} runs-on: macos-latest-xlarge # github-macos-14-aarch64-6