mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-21 19:02:30 +00:00
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:
parent
b59f231092
commit
ef554ba13c
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user