mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-12-22 10:23:09 +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:
parent
a9f54e9a50
commit
02b32196d0
@ -59,7 +59,7 @@ sub run {
|
|||||||
}
|
}
|
||||||
# Begin installation after waiting out animation
|
# Begin installation after waiting out animation
|
||||||
wait_still_screen 5;
|
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 the last Help screen
|
||||||
check_help_on_pane("installation_progress");
|
check_help_on_pane("installation_progress");
|
||||||
|
Loading…
Reference in New Issue
Block a user