From f3caa1fc5307d879f4def2f16bbb0fc11e6c805b Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 4 Mar 2019 17:32:25 -0800 Subject: [PATCH] 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 --- tests/_boot_to_anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 4e3827c3..91f1572d 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