Skip to content

Commit

Permalink
Allow more time for build test
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Jul 14, 2024
1 parent 4439c08 commit 0d9e4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ fn mutants_causing_tests_to_hang_are_stopped_by_manual_timeout() {
// Also test that it accepts decimal seconds
let out = run()
.arg("mutants")
.args(["-t", "8.1", "--build-timeout-multiplier=3"])
.args(["-t", "8.1", "--build-timeout=15.5"])
.current_dir(tmp_src_dir.path())
.env_remove("RUST_BACKTRACE")
.timeout(OUTER_TIMEOUT)
Expand Down

0 comments on commit 0d9e4bd

Please sign in to comment.