1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-22 23:17:21 +00:00

Change sleep time.

This commit is contained in:
Lukas Ruzicka 2018-06-28 14:17:01 +02:00
parent 6d3dc64f6d
commit abd22b996e

View File

@ -39,11 +39,11 @@ sub run {
}
}
assert_and_click 'desktop_package_tool_update';
sleep 20;
# if this is KDE and it had already noticed the notification, we
# will already have the apply button at this point
unless (check_screen 'desktop_package_tool_update_apply', 5) {
# refresh updates
sleep 30;
assert_and_click 'desktop_package_tool_update_refresh', '', 120;
}
# wait for refresh, then apply updates, using a C-style loop so we