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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-03-27 14:36:30 -07:00
parent d784bf54ca
commit a3796fb901

View File

@ -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;