From 8ff6e3b78a518ac2b3dd3c7552c40e0a5f46c2c2 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 9 May 2022 16:33:35 -0700 Subject: [PATCH] desktop_printing: wait longer for terminal 2 seconds isn't enough to be sure it opened, which is causing some weird failures in KDE Rawhide update tests. Signed-off-by: Adam Williamson --- tests/desktop_printing.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/desktop_printing.pm b/tests/desktop_printing.pm index 36512333..129112b9 100644 --- a/tests/desktop_printing.pm +++ b/tests/desktop_printing.pm @@ -58,7 +58,7 @@ sub run { # Let's open the terminal. We will use it to start the applications # as well as to check for the name of the printed file. menu_launch_type($term); - wait_still_screen(2); + wait_still_screen(5); # Open the text editor and maximize it. wait_screen_change { type_very_safely "$editor /home/test/testfile.txt &\n"; };