Unverified Commit e989b07c authored by Zelda Hessler's avatar Zelda Hessler Committed by GitHub
Browse files

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._
parent 05f7b0c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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