Skip to content

Commit cd39d0a

Browse files
nicholasbishopphip1611
authored andcommitted
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.
1 parent 6d889f0 commit cd39d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: Run VM tests
142142
run: cargo xtask run --target x86_64 --ci
143-
timeout-minutes: 4
143+
timeout-minutes: 6
144144

145145
# Run the build with our current nightly MSRV (specified in
146146
# ./msrv_toolchain.toml). This serves to check that we don't

0 commit comments

Comments
 (0)