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
1 changed files with 1 additions and 1 deletions

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");