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:
Bo Chen 2024-02-29 14:00:29 -08:00 committed by Bo Chen
parent 37666f842d
commit 6a5a2ac83d

View File

@ -6057,7 +6057,7 @@ mod common_parallel {
.unwrap(); .unwrap();
// Wait for the VM to be restored // 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 = [ let expected_events = [
&MetaEvent { &MetaEvent {
event: "starting".to_string(), event: "starting".to_string(),