Skip to content

Commit

Permalink
increase windows CI timeout from 20 to 30 minutes (#3903)
Browse files Browse the repository at this point in the history
This is intended to avoid the timeout issue happening in the private
staging repo

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
  • Loading branch information
Velfi authored Nov 5, 2024
1 parent 05f7b0c commit e989b07
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 @@ -203,7 +203,7 @@ jobs:
test-rust-windows:
name: Rust Tests on Windows
runs-on: windows-latest
timeout-minutes: 20
timeout-minutes: 30
env:
# Disable incremental compilation to reduce disk space use
CARGO_INCREMENTAL: 0
Expand Down

0 comments on commit e989b07

Please sign in to comment.