Skip to content

Commit 074a147

Browse files
authored
chore: revert excesive mutation timeouts (#439)
The new values are excessive and mutants won't timeout effectively anymore, reverts changes done by this PR: c0b7572#diff-b9d8f1106e1492b9a45476b57e61e1a54efaa4e8f464cf75f93fc40127678d59
1 parent 4235c97 commit 074a147

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/mutants.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ use ohno::AppError;
1818
use argh::FromArgs;
1919

2020
const JOBS: u32 = 1;
21-
const BUILD_TIMEOUT_SEC: u32 = 6000;
22-
const TIMEOUT_SEC: u32 = 3000;
21+
const BUILD_TIMEOUT_SEC: u32 = 600;
22+
const TIMEOUT_SEC: u32 = 300;
2323
const MINIMUM_TEST_TIMEOUT_SEC: u32 = 60;
2424

2525
/// Run mutation testing on the workspace

0 commit comments

Comments
 (0)