1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

Give more time to the needle to avoid failing on delayed start.

This commit is contained in:
Lukas Ruzicka 2022-12-05 14:03:48 +01:00
parent 1ae7065961
commit 7daa4b3dd0
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ sub run {
# Start the application
menu_launch_type 'kmail';
# Cancel Kmail data wizard
assert_and_click 'kde_cancel_button';
assert_and_click 'kde_cancel_button', timeout => 60;
# Sometimes, the Kmail window is shown over the settings window.
# If that is the case, assert that Kmail is running and exit.
unless (check_screen("kmail_runs")) {

View File

@ -11,7 +11,7 @@ sub run {
# Start the application
menu_launch_type 'kontact';
# Get rid of personal data
assert_and_click 'kde_cancel_button';
assert_and_click 'kde_cancel_button', timeout => 60;
if (check_screen("enable_unified_mailboxes", 3)) {
assert_and_click "enable_unified_mailboxes";
}