1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2026-08-19 02:15:59 +00:00

Longer wait for console_loadkeys_us

Seems to be taking longer than 3 seconds on French installs in
Rawhide, e.g.
https://openqa.fedoraproject.org/tests/3947220#step/_do_install_and_reboot/22

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-11-10 14:41:19 -08:00
parent f1b2dfe536
commit 7cbdf4efb1

View File

@ -351,11 +351,11 @@ sub console_loadkeys_us {
if (get_var('LANGUAGE') eq 'french') {
script_run "loqdkeys us", 0;
# might take a few secs
sleep 3;
wait_still_screen 6;
}
elsif (get_var('LANGUAGE') eq 'japanese' || get_var('LANGUAGE') eq 'turkish') {
script_run "loadkeys us", 0;
sleep 3;
wait_still_screen 6;
}
}