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:
Sebastien Boeuf 2022-01-21 10:04:25 +01:00 committed by Rob Bradford
parent 1f5e2a38a7
commit ae68c2f31a

View File

@ -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();