From f20086f59c163de2911ff3924dd84b9a0e2e08bb Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 23 Nov 2017 11:44:57 -0800 Subject: [PATCH] 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. --- 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 d0a9ec4c..6fef1fb4 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -62,7 +62,7 @@ sub run { assert_and_click "anaconda_select_install_lang_continue"; 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