From f3caa1fc5307d879f4def2f16bbb0fc11e6c805b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mar 05 2019 01:32:25 +0000 Subject: 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 --- diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 4e3827c..91f1572 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -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