Increase walltime timeout by 5m (#16796)

It is failing while caching the dependencies
This commit is contained in:
Zanie Blue 2025-11-20 16:36:38 -06:00 committed by GitHub
parent c5c44168e0
commit f2e92b4bfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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