From 3a96ef8501bb6913243ed1cd7497063aef4673e3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 29 Sep 2022 13:17:29 -0700 Subject: [PATCH] kmouth: also give the first run wizard longer to appear It seems to consistently take a bit more than 30 seconds. Signed-off-by: Adam Williamson --- tests/apps_startstop/kde/kmouth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/apps_startstop/kde/kmouth.pm b/tests/apps_startstop/kde/kmouth.pm index 908fb6e1..329e2972 100644 --- a/tests/apps_startstop/kde/kmouth.pm +++ b/tests/apps_startstop/kde/kmouth.pm @@ -12,7 +12,7 @@ sub run { menu_launch_type 'kmouth'; sleep 2; # Deal with the welcome screens - assert_screen ["kde_next", "kde_finish"]; + assert_screen ["kde_next", "kde_finish"], 90; while (match_has_tag "kde_next") { assert_and_click "kde_next"; sleep 2;