mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-12-25 20:20:56 +00:00
Whoops, do that last thing properly
We need the 60 second timeout here, not the other place.
This commit is contained in:
parent
f20086f59c
commit
a0a63256d0
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ sub run {
|
|||
assert_screen "anaconda_select_install_lang_selected", 3;
|
||||
assert_and_click "anaconda_select_install_lang_continue";
|
||||
|
||||
if ( check_screen "anaconda_rawhide_accept_fate" ) {
|
||||
assert_and_click "anaconda_rawhide_accept_fate", '', 60;
|
||||
if ( check_screen "anaconda_rawhide_accept_fate", 60 ) {
|
||||
assert_and_click "anaconda_rawhide_accept_fate";
|
||||
}
|
||||
|
||||
# wait for Anaconda hub to appear
|
||||
|
|
Loading…
Reference in a new issue