Skip to content

Commit e989b07

Browse files
author
Zelda Hessler
authored
increase windows CI timeout from 20 to 30 minutes (#3903)
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._
1 parent 05f7b0c commit e989b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
test-rust-windows:
204204
name: Rust Tests on Windows
205205
runs-on: windows-latest
206-
timeout-minutes: 20
206+
timeout-minutes: 30
207207
env:
208208
# Disable incremental compilation to reduce disk space use
209209
CARGO_INCREMENTAL: 0

0 commit comments

Comments
 (0)