From 9a1554ee6e571e08458f0a39e0cb0c53f04b40da Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Thu, 12 Jul 2018 14:55:25 +0200 Subject: [PATCH] Update waiting times. --- tests/desktop_upgrade_graphical.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/desktop_upgrade_graphical.pm b/tests/desktop_upgrade_graphical.pm index 707b3fef..4a7194b3 100644 --- a/tests/desktop_upgrade_graphical.pm +++ b/tests/desktop_upgrade_graphical.pm @@ -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;