From 071806785187e28d3567d6f2471de07fdad07c76 Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Thu, 29 Feb 2024 14:00:29 -0800 Subject: [PATCH] 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 --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index 305525114..4dfb00b2f 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -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(),