Skip to content

Commit 44668b2

Browse files
docs: replace ASCI chars.
1 parent 19f6476 commit 44668b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/src/bin/fuzz.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::{panic, time::{Duration, Instant, SystemTime}};
77
const MAX_LEN: usize = 2048;
88
const SAVE_DIR: &str = "crashes";
99
const PRINT_INTERVAL: u64 = 10_000;
10-
const MAX_SECS: u64 = 60; // 60 seconds
10+
const MAX_SECS: u64 = 600; // 60 seconds
1111
const SLOW_THRESHOLD: Duration = Duration::from_millis(50);
1212

1313
struct Rng(u64);

0 commit comments

Comments
 (0)