mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
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 <sebastien.boeuf@intel.com>
This commit is contained in:
parent
165568e98b
commit
802f02532a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user