Skip to content

Commit 8b24e02

Browse files
authored
Merge pull request #671 from nicholasbishop/bishop-longer-windows
ci: Increase Windows job timeout
2 parents 4a5bb0a + d954b09 commit 8b24e02

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
@@ -143,7 +143,7 @@ jobs:
143143

144144
- name: Run VM tests
145145
run: cargo xtask run --target x86_64 --ci
146-
timeout-minutes: 4
146+
timeout-minutes: 6
147147

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

0 commit comments

Comments
 (0)