mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-03-03 07:33:48 +00:00
tests: Fix test_snapshot_restore_hotplug_virtiomem on 16 cores VM
It takes longer time to restore a VM on a VM with 16 cores comparing with ones with 64 cores. Signed-off-by: Bo Chen <chen.bo@intel.com> (cherry picked from commit 071806785187e28d3567d6f2471de07fdad07c76)
This commit is contained in:
parent
37666f842d
commit
6a5a2ac83d
@ -6057,7 +6057,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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user