mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 13:11:26 +00:00
Wait 60 seconds for 'timbuktu screen' (#1516990)
It takes an unusally long time for Modular images to get from language selection to the 'timbuktu screen', so give 'em a bit more time. See bug report for more info.
This commit is contained in:
parent
cedef3878a
commit
f20086f59c
@ -62,7 +62,7 @@ sub run {
|
|||||||
assert_and_click "anaconda_select_install_lang_continue";
|
assert_and_click "anaconda_select_install_lang_continue";
|
||||||
|
|
||||||
if ( check_screen "anaconda_rawhide_accept_fate" ) {
|
if ( check_screen "anaconda_rawhide_accept_fate" ) {
|
||||||
assert_and_click "anaconda_rawhide_accept_fate";
|
assert_and_click "anaconda_rawhide_accept_fate", '', 60;
|
||||||
}
|
}
|
||||||
|
|
||||||
# wait for Anaconda hub to appear
|
# wait for Anaconda hub to appear
|
||||||
|
Loading…
Reference in New Issue
Block a user