Skip to content

Commit

Permalink
Merge pull request rust-osdev#671 from nicholasbishop/bishop-longer-w…
Browse files Browse the repository at this point in the history
…indows

ci: Increase Windows job timeout
  • Loading branch information
phip1611 committed Mar 2, 2023
2 parents 4a5bb0a + d954b09 commit 8b24e02
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 @@ -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
Expand Down

0 comments on commit 8b24e02

Please sign in to comment.