Skip to content

Commit

Permalink
fix(ci): adjust timeout-minutes for xwin related jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed Oct 14, 2024
1 parent 16f5ed0 commit b849f0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
run: cargo clippy --workspace --all-targets --all-features --locked -- -D warnings

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
if: ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
runs-on: ubuntu-latest
Expand Down Expand Up @@ -324,7 +325,8 @@ jobs:
# Separate jobs for the nightly crate
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
if: ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit b849f0f

Please sign in to comment.