1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-12-19 23:25:58 +00:00

select_rescue_mode: wait a bit longer for bootloader

It can take quite a while to show up with UEFI firmware on aarch64.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-11-21 15:30:21 -08:00
parent ad8a1243df
commit 3bb03d3fe8

View File

@ -1291,7 +1291,7 @@ sub advisory_check_nonmatching_packages {
sub select_rescue_mode {
# handle bootloader screen
assert_screen "bootloader", 30;
assert_screen "bootloader", 60;
if (get_var('OFW')) {
# select "rescue system" directly
send_key "down";