Skip to content

Commit

Permalink
ci: Increase Windows timeout to 10 minutes
Browse files Browse the repository at this point in the history
This job is still timing out sometimes. There are some open bugs about slow
Windows runners, maybe relevant:
actions/runner-images#7320
  • Loading branch information
nicholasbishop committed Mar 28, 2023
1 parent 424fba4 commit 341bb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 341bb23

Please sign in to comment.