10 sec timeout
This commit is contained in:
parent
46c69aeee8
commit
774dbc82d1
@ -152,7 +152,8 @@ fn fuzz(corpus_dirs: Vec<PathBuf>, objective_dir: PathBuf, broker_port: u16) ->
|
||||
&mut state,
|
||||
&mut restarting_mgr,
|
||||
)?,
|
||||
Duration::new(0, 3),
|
||||
// 10 seconds timeout
|
||||
Duration::new(10, 0),
|
||||
);
|
||||
|
||||
// The actual target run starts here.
|
||||
|
@ -582,7 +582,6 @@ mod tests {
|
||||
|
||||
let mut in_process_executor = InProcessExecutor::<NopInput, ()> {
|
||||
harness_fn: test_harness_fn_nop,
|
||||
// TODO: on_crash_fn: Box::new(|_, _, _, _, _| ()),
|
||||
observers: tuple_list!(),
|
||||
name: "main",
|
||||
phantom: PhantomData,
|
||||
|
Loading…
x
Reference in New Issue
Block a user