diff --git a/tests/integration.rs b/tests/integration.rs index 12f43d7a9..48b087e04 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -1869,7 +1869,7 @@ mod tests { // Let enough time for the first VM to be spawned, and to make // sure the PSS measurement is accurate. - thread::sleep(std::time::Duration::new(60, 0)); + thread::sleep(std::time::Duration::new(120, 0)); // Get initial PSS let old_pss = get_pss(child1.id());