mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
tests: Allow more time for firmware & O_DIRECT tests
Booting the VM on these tests takes longer so allow longer before timing out the boot. Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
@@ -1393,7 +1393,7 @@ mod common_parallel {
|
|||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
let r = std::panic::catch_unwind(|| {
|
let r = std::panic::catch_unwind(|| {
|
||||||
guest.wait_vm_boot().unwrap();
|
guest.wait_vm_boot_custom_timeout(180).unwrap();
|
||||||
});
|
});
|
||||||
|
|
||||||
kill_child(&mut child);
|
kill_child(&mut child);
|
||||||
@@ -1753,7 +1753,7 @@ mod common_parallel {
|
|||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
let r = std::panic::catch_unwind(|| {
|
let r = std::panic::catch_unwind(|| {
|
||||||
guest.wait_vm_boot().unwrap();
|
guest.wait_vm_boot_custom_timeout(180).unwrap();
|
||||||
});
|
});
|
||||||
|
|
||||||
kill_child(&mut child);
|
kill_child(&mut child);
|
||||||
|
|||||||
Reference in New Issue
Block a user