mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 13:11:26 +00:00
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:
parent
b9cbd6f28f
commit
5652b62484
@ -46,7 +46,7 @@ sub run {
|
|||||||
assert_and_click 'desktop_package_tool_update';
|
assert_and_click 'desktop_package_tool_update';
|
||||||
# depending on automatic update checks, 'apply' or 'download' may
|
# depending on automatic update checks, 'apply' or 'download' may
|
||||||
# already be visible at this point, we may not need to refresh
|
# 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
|
# refresh updates
|
||||||
assert_and_click('desktop_package_tool_update_refresh', timeout=>120);
|
assert_and_click('desktop_package_tool_update_refresh', timeout=>120);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user