Skip to content

Commit

Permalink
Bump trampoline CI timeout to 20min
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Jan 28, 2025
1 parent bd9607b commit 0e1c221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ jobs:
# Separate jobs for the nightly crate
windows-trampoline-test:
timeout-minutes: 10
timeout-minutes: 20
needs: determine_changes
if: ${{ github.repository == 'astral-sh/uv' && !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
runs-on: windows-latest
Expand Down

0 comments on commit 0e1c221

Please sign in to comment.