From 62ef578758ef98ab8dc96c9f16e2ca934846a694 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 7 Dec 2016 17:27:35 -0800 Subject: [PATCH] Extend a timeout in the graphical update test The 'refresh' button takes a bit longer to appear on F24 respin tests. --- 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 cb92bffd..59547ab6 100644 --- a/tests/desktop_update_graphical.pm +++ b/tests/desktop_update_graphical.pm @@ -40,7 +40,7 @@ sub run { } assert_and_click 'desktop_package_tool_update'; # refresh updates - assert_and_click 'desktop_package_tool_update_refresh'; + assert_and_click 'desktop_package_tool_update_refresh', '', 120; # wait for refresh, then apply updates for my $n (1..5) { last if (check_screen 'desktop_package_tool_update_apply', 120);