Skip to content

Commit b849f0f

Browse files
committed
fix(ci): adjust timeout-minutes for xwin related jobs
1 parent 16f5ed0 commit b849f0f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ jobs:
109109
run: cargo clippy --workspace --all-targets --all-features --locked -- -D warnings
110110

111111
cargo-clippy-xwin:
112-
timeout-minutes: 10
112+
# Do not set timeout below 15 minutes as uncached xwin Windows SDK download can take 10+ minutes
113+
timeout-minutes: 20
113114
needs: determine_changes
114115
if: ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
115116
runs-on: ubuntu-latest
@@ -324,7 +325,8 @@ jobs:
324325
325326
# Separate jobs for the nightly crate
326327
windows-trampoline-check:
327-
timeout-minutes: 10
328+
# Do not set timeout below 15 minutes as uncached xwin Windows SDK download can take 10+ minutes
329+
timeout-minutes: 20
328330
needs: determine_changes
329331
if: ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
330332
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)