mirror of https://github.com/astral-sh/uv
fix(ci): adjust `timeout-minutes` for xwin related jobs
This commit is contained in:
parent
16f5ed02e1
commit
b849f0f92d
|
|
@ -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…
Reference in New Issue