ci: Increase time to stabilize memory measurement

Check if increasing the time after the VM is spawned help with getting
more stable numbers for the base PSS.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf 2020-07-07 10:15:43 +02:00
parent b59f231092
commit ef554ba13c

View File

@ -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());