mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 09:24:21 +00:00
yay more fking magic sleeps
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
861ad5d4aa
commit
8273d584e6
@ -178,9 +178,12 @@ sub console_login {
|
||||
sub console_loadkeys_us {
|
||||
if (get_var('LANGUAGE') eq 'french') {
|
||||
script_run "loqdkeys us", 0;
|
||||
# might take a few secs
|
||||
sleep 3;
|
||||
}
|
||||
elsif (get_var('LANGUAGE') eq 'japanese') {
|
||||
script_run "loadkeys us", 0;
|
||||
sleep 3;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user