1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-14 18:53:12 +00:00

Increase wait time.

This commit is contained in:
Lukas Ruzicka 2018-06-29 13:58:57 +02:00
parent 1ad3bf0ca5
commit e623b1a248

View File

@ -30,7 +30,7 @@ sub run {
# the previous step checked the screen, now click on the update # the previous step checked the screen, now click on the update
# button # button
assert_and_click 'desktop_package_tool_update', 20; assert_and_click 'desktop_package_tool_update', 120;
wait_still_screen 2; wait_still_screen 2;
# a banner should inform about new version, download it # a banner should inform about new version, download it
assert_and_click 'desktop_package_tool_download', 300; assert_and_click 'desktop_package_tool_download', 300;