From e989b07c1e452e2e4259fae6dd279aac88bae70b Mon Sep 17 00:00:00 2001 From: Zelda Hessler Date: Tue, 5 Nov 2024 10:52:15 -0600 Subject: [PATCH] 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._ --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1d641c61d..9ee71de590 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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