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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-12-30 10:46:16 -08:00
parent b9cbd6f28f
commit 5652b62484
1 changed files with 1 additions and 1 deletions

View File

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