From 75e3a3d98281a285664d76b421fc6c3f3ff8e668 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Wed, 25 May 2022 11:55:34 +0100 Subject: [PATCH] tests: Use default timeout for booting in live migration tests From the logs it appears that booting the VM to the point at which it can signal to the host can sometimes take longer than then 30 seconds specified. Fixes: #4136 Signed-off-by: Rob Bradford --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index df8bd5088..675188098 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -7697,7 +7697,7 @@ mod live_migration { .unwrap(); let r = std::panic::catch_unwind(|| { - guest.wait_vm_boot(Some(30)).unwrap(); + guest.wait_vm_boot(None).unwrap(); // Make sure the source VM is functaionl // Check the number of vCPUs