From 802f02532a7cfb931cd60c135a3d0434207f5d30 Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Mon, 13 Jul 2020 11:25:07 +0200 Subject: [PATCH] ci: Extend test_vfio time before VM is ready We want to give the time to the nested VM to be fully ready before we check it's correctly setup. This involves 3 layers of virtualization when running the CI on Azure, which added to the high load happening because of the parallelization, adds up to the start up time. Signed-off-by: Sebastien Boeuf --- tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration.rs b/tests/integration.rs index cf0ef9e1f..cf3ea1f56 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -3212,7 +3212,7 @@ mod tests { thread::sleep(std::time::Duration::new(30, 0)); guest.ssh_command_l1("sudo systemctl start vfio")?; - thread::sleep(std::time::Duration::new(60, 0)); + thread::sleep(std::time::Duration::new(120, 0)); // We booted our cloud hypervisor L2 guest with a "VFIOTAG" tag // added to its kernel command line.