From 4a11af99589b08acfa927cf65e88fa32541b53dc Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 25 May 2021 15:10:06 -0700 Subject: [PATCH] Revert "Wait a bit longer from software selection back to main hub" This reverts commit 90cc65b2fa676395da0da1062ba918613531d8ab. There does not seem to be such a long delay any more, so let's drop the time. --- 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 f7f0f2e7..721c5595 100644 --- a/tests/_software_selection.pm +++ b/tests/_software_selection.pm @@ -53,7 +53,7 @@ sub run { assert_and_click "anaconda_spoke_done"; # Anaconda hub - assert_screen "anaconda_main_hub", 90; # + assert_screen "anaconda_main_hub", 50; # }