1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-16 12:34:32 +00:00

Try waiting for a while.

This commit is contained in:
Lukáš Růžička 2022-01-20 11:21:15 +01:00
parent 8894e022b2
commit 9132ff08c3

View File

@ -150,6 +150,7 @@ sub run {
# Select install language
wait_screen_change { assert_and_click "anaconda_select_install_lang_input"; };
type_safely $language;
wait_still_screen(2);
# Needle filtering in main.pm ensures we will only look for the
# appropriate language, here
assert_and_click "anaconda_select_install_lang_filtered";
@ -159,7 +160,7 @@ sub run {
if (get_var('HELPCHECK')) {
check_help_on_pane("language_selection");
}
wait_still_screen(2);
assert_and_click "anaconda_select_install_lang_continue";
# wait 180 secs for hub or Rawhide warning dialog to appear