mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-29 05:24:46 +00:00
fix(ci): adjust timeout-minutes
for xwin related jobs
This commit is contained in:
parent
16f5ed02e1
commit
b849f0f92d
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -109,7 +109,8 @@ jobs:
|
||||||
run: cargo clippy --workspace --all-targets --all-features --locked -- -D warnings
|
run: cargo clippy --workspace --all-targets --all-features --locked -- -D warnings
|
||||||
|
|
||||||
cargo-clippy-xwin:
|
cargo-clippy-xwin:
|
||||||
timeout-minutes: 10
|
# Do not set timeout below 15 minutes as uncached xwin Windows SDK download can take 10+ minutes
|
||||||
|
timeout-minutes: 20
|
||||||
needs: determine_changes
|
needs: determine_changes
|
||||||
if: ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
|
if: ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -324,7 +325,8 @@ jobs:
|
||||||
|
|
||||||
# Separate jobs for the nightly crate
|
# Separate jobs for the nightly crate
|
||||||
windows-trampoline-check:
|
windows-trampoline-check:
|
||||||
timeout-minutes: 10
|
# Do not set timeout below 15 minutes as uncached xwin Windows SDK download can take 10+ minutes
|
||||||
|
timeout-minutes: 20
|
||||||
needs: determine_changes
|
needs: determine_changes
|
||||||
if: ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
|
if: ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue