From 97eecbb1b61a1b0b28b887e61c3f892b227e54b8 Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Wed, 27 Jun 2018 14:59:22 +0200 Subject: [PATCH] Make longer time out. --- tests/desktop_update_graphical.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/desktop_update_graphical.pm b/tests/desktop_update_graphical.pm index 2ddbf945..77cdd9e5 100644 --- a/tests/desktop_update_graphical.pm +++ b/tests/desktop_update_graphical.pm @@ -43,7 +43,7 @@ sub run { # will already have the apply button at this point unless (check_screen 'desktop_package_tool_update_apply', 5) { # refresh updates - assert_and_click 'desktop_package_tool_update_refresh', '', 120; + assert_and_click 'desktop_package_tool_update_refresh', '', 240; } # wait for refresh, then apply updates, using a C-style loop so we # can reset it if needed due to RHBZ #1314991