mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Bump the default bootloader timeout a bit
We're taking a long time to reach it on aarch64 on prod recently for some reason. It's probably some weirdness with qemu/edk2. So let's just bump the timeout as I don't have an easy fix on hand and this won't hurt anything. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e0ac7b3ca5
commit
d23e5d7dd7
@ -71,7 +71,7 @@ sub run {
|
||||
my $mutex = get_var("INSTALL_UNLOCK");
|
||||
|
||||
# we need a longer timeout for the PXE boot test
|
||||
my $timeout = 30;
|
||||
my $timeout = 60;
|
||||
$timeout = 120 if (get_var("IS_PXE"));
|
||||
|
||||
# call do_bootloader with postinstall=0, the params, and the mutex,
|
||||
|
Loading…
Reference in New Issue
Block a user