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:
Rob Bradford
2026-05-04 15:11:00 +01:00
parent a93dbe790f
commit 7d8986aad0

View File

@@ -1393,7 +1393,7 @@ mod common_parallel {
.unwrap();
let r = std::panic::catch_unwind(|| {
guest.wait_vm_boot().unwrap();
guest.wait_vm_boot_custom_timeout(180).unwrap();
});
kill_child(&mut child);
@@ -1753,7 +1753,7 @@ mod common_parallel {
.unwrap();
let r = std::panic::catch_unwind(|| {
guest.wait_vm_boot().unwrap();
guest.wait_vm_boot_custom_timeout(180).unwrap();
});
kill_child(&mut child);