From d359ceec3f9d17b0f9cda205f327b6ddb5ace1eb Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Tue, 28 Mar 2023 14:08:13 -0400 Subject: [PATCH] ci: Increase Windows timeout to 10 minutes This job is still timing out sometimes. There are some open bugs about slow Windows runners, maybe relevant: https://github.com/actions/runner-images/issues/7320 --- .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 1540cacd1..9c77c5cee 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -118,7 +118,7 @@ jobs: - name: Run VM tests run: cargo xtask run --target x86_64 --ci - timeout-minutes: 6 + timeout-minutes: 10 # Run the build with our current stable MSRV (specified in # ./msrv_toolchain.toml). This serves to check that we don't