mirror of https://github.com/astral-sh/uv
Increase walltime timeout by 5m (#16796)
It is failing while caching the dependencies
This commit is contained in:
parent
c5c44168e0
commit
f2e92b4bfb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue