mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +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>
This commit is contained in:
parent
7d60ab70e6
commit
0718067851
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user