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

Update waiting times.

This commit is contained in:
Lukas Ruzicka 2018-07-12 14:55:25 +02:00
parent d9f6936f23
commit 9a1554ee6e

View File

@ -28,7 +28,7 @@ sub run {
# }
#}
if (check_screen('desktop_package_tool_thirdparty_enable', 10)) {
if (check_screen('desktop_package_tool_thirdparty_enable', 60)) {
assert_and_click 'desktop_package_tool_thirdparty_enable_cancel','left', 10;
}
wait_still_screen 2;
@ -36,7 +36,7 @@ sub run {
# the previous step checked the screen, now click on the update
# button
assert_and_click 'desktop_package_tool_update','left', 120;
assert_and_click 'desktop_package_tool_update','left', 360;
wait_still_screen 2;
# a banner should inform about new version, download it
assert_and_click 'desktop_package_tool_download','left', 1800;