Bump timeout for install_lang_selected to appear a bit
It seems 3 secs was a bit tight for recent Branched and Rawhide, test was failing when the screen was just a bit slow to update for some reason. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
450f843389
commit
f3caa1fc53
@ -66,7 +66,7 @@ sub run {
|
||||
# Needle filtering in main.pm ensures we will only look for the
|
||||
# appropriate language, here
|
||||
assert_and_click "anaconda_select_install_lang_filtered";
|
||||
assert_screen "anaconda_select_install_lang_selected", 3;
|
||||
assert_screen "anaconda_select_install_lang_selected", 10;
|
||||
assert_and_click "anaconda_select_install_lang_continue";
|
||||
|
||||
# wait 180 secs for hub or Rawhide warning dialog to appear
|
||||
|
Loading…
Reference in New Issue
Block a user