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:
Bo Chen 2024-02-29 14:00:29 -08:00 committed by Rob Bradford
parent 7d60ab70e6
commit 0718067851

View File

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