From 90cc65b2fa676395da0da1062ba918613531d8ab Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 20 Feb 2020 08:51:42 -0800 Subject: [PATCH] Wait a bit longer from software selection back to main hub Seems like this can sometimes take even longer than 50 seconds, e.g. https://openqa.stg.fedoraproject.org/tests/727432 . Let's give it 90. Signed-off-by: Adam Williamson --- tests/_software_selection.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_software_selection.pm b/tests/_software_selection.pm index d40a1796..989151a1 100644 --- a/tests/_software_selection.pm +++ b/tests/_software_selection.pm @@ -49,7 +49,7 @@ sub run { assert_and_click "anaconda_spoke_done"; # Anaconda hub - assert_screen "anaconda_main_hub", 50; # + assert_screen "anaconda_main_hub", 90; # }