From d954b090868241acd416037f9a86dafd7c9ece43 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Mon, 27 Feb 2023 17:23:10 -0500 Subject: [PATCH] ci: Increase Windows job timeout The Windows job is sometimes hitting the four minute timeout, so bump it up by a couple minutes to avoid unnecessary flakes. --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4ce07b2b3..44a355e53 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -143,7 +143,7 @@ jobs: - name: Run VM tests run: cargo xtask run --target x86_64 --ci - timeout-minutes: 4 + timeout-minutes: 6 # Run the build with our current nightly MSRV (specified in # ./msrv_toolchain.toml). This serves to check that we don't