diff --git a/tests/integration.rs b/tests/integration.rs index 305525114..4dfb00b2f 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -6197,7 +6197,7 @@ mod common_parallel { .unwrap(); // Wait for the VM to be restored - thread::sleep(std::time::Duration::new(10, 0)); + thread::sleep(std::time::Duration::new(20, 0)); let expected_events = [ &MetaEvent { event: "starting".to_string(),