1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 16:57:22 +00:00

Wait longer for begin_installation in anaconda_help

The root password spoke takes a long time to exit lately, it
seems.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-08-10 08:41:14 -07:00
parent a9f54e9a50
commit 02b32196d0

View File

@ -59,7 +59,7 @@ sub run {
}
# Begin installation after waiting out animation
wait_still_screen 5;
wait_screen_change { assert_and_click "anaconda_main_hub_begin_installation"; };
wait_screen_change { assert_and_click("anaconda_main_hub_begin_installation", timeout => 90); };
# Check the last Help screen
check_help_on_pane("installation_progress");