From f2e92b4bfb9029c8f29001c3f389f58a37e7e923 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 20 Nov 2025 16:36:38 -0600 Subject: [PATCH] Increase walltime timeout by 5m (#16796) It is failing while caching the dependencies --- .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 f50e34f94..31eda92b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2899,7 +2899,7 @@ jobs: runs-on: codspeed-macro needs: determine_changes if: ${{ github.repository == 'astral-sh/uv' && !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }} - timeout-minutes: 20 + timeout-minutes: 25 steps: - name: "Checkout Branch" uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2