From a3796fb901e00bf60804a70f21280d757b114d31 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 27 Mar 2020 14:36:30 -0700 Subject: [PATCH] bump the server_cockpit_autoupdate timeout to help F30/F31 We seem to be seeing the bug this works around: https://bugzilla.redhat.com/show_bug.cgi?id=1765685 in F30 and F31 update tests even with this wait. At least, it looks that way. Trying this to see if a longer wait helps. Signed-off-by: Adam Williamson --- tests/server_cockpit_autoupdate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/server_cockpit_autoupdate.pm b/tests/server_cockpit_autoupdate.pm index 08c7f748..d9b6f0ae 100644 --- a/tests/server_cockpit_autoupdate.pm +++ b/tests/server_cockpit_autoupdate.pm @@ -16,7 +16,7 @@ sub run { select_cockpit_update(); # FIXME Workaround for RHBZ #1765685 - remove when it's fixed - sleep 15; + sleep 30; # Switch on automatic updates assert_and_click 'cockpit_updates_auto', '', 120;