File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,8 @@ jobs:
109
109
run : cargo clippy --workspace --all-targets --all-features --locked -- -D warnings
110
110
111
111
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
113
114
needs : determine_changes
114
115
if : ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
115
116
runs-on : ubuntu-latest
@@ -324,7 +325,8 @@ jobs:
324
325
325
326
# Separate jobs for the nightly crate
326
327
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
328
330
needs : determine_changes
329
331
if : ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
330
332
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments