From 5652b62484de471b891c020af63c23b6fd8fe4b2 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 30 Dec 2020 10:46:16 -0800 Subject: [PATCH] Wait a bit longer for desktop_package_tool_update_apply In current KDE we get it on start of the tool, but only after a few more seconds... Signed-off-by: Adam Williamson --- 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 4aadbbb8..0db0d1de 100644 --- a/tests/desktop_update_graphical.pm +++ b/tests/desktop_update_graphical.pm @@ -46,7 +46,7 @@ sub run { assert_and_click 'desktop_package_tool_update'; # depending on automatic update checks, 'apply' or 'download' may # already be visible at this point, we may not need to refresh - unless (check_screen ['desktop_package_tool_update_apply', 'desktop_package_tool_update_download'], 5) { + unless (check_screen ['desktop_package_tool_update_apply', 'desktop_package_tool_update_download'], 10) { # refresh updates assert_and_click('desktop_package_tool_update_refresh', timeout=>120); }