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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-09-29 13:17:29 -07:00
parent 5592e2ac93
commit 3a96ef8501
1 changed files with 1 additions and 1 deletions

View File

@ -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;