mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 03:15:20 +00:00
tests: Increase timeout when booting with firmware
As it might take more time for the VM to boot (especially under high load) when using the firmware, let's increase the timeout waiting for the VM to be reachable. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
parent
1f5e2a38a7
commit
ae68c2f31a
@ -3147,7 +3147,7 @@ mod parallel {
|
||||
.unwrap();
|
||||
|
||||
let r = std::panic::catch_unwind(|| {
|
||||
guest.wait_vm_boot(None).unwrap();
|
||||
guest.wait_vm_boot(Some(120)).unwrap();
|
||||
});
|
||||
|
||||
let _ = child.kill();
|
||||
|
Loading…
Reference in New Issue
Block a user