From 99d08a2b7f79aa1af049f32e633ce84714ccdee5 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Tue, 21 Oct 2025 18:40:27 +0100 Subject: [PATCH] tests: Replace fixed wait for VM to boot in test_net_hotplug Use the notification mechanism now that the VM has it's primary network attached. 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 6c42e0496..1225d68a8 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -6085,7 +6085,7 @@ mod common_parallel { let mut child = cmd.spawn().unwrap(); - thread::sleep(std::time::Duration::new(20, 0)); + guest.wait_vm_boot(None).unwrap(); let r = std::panic::catch_unwind(|| { // Add network