mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
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 <awilliam@redhat.com>
This commit is contained in:
parent
bb3221a46c
commit
8ff6e3b78a
@ -58,7 +58,7 @@ sub run {
|
|||||||
# Let's open the terminal. We will use it to start the applications
|
# 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.
|
# as well as to check for the name of the printed file.
|
||||||
menu_launch_type($term);
|
menu_launch_type($term);
|
||||||
wait_still_screen(2);
|
wait_still_screen(5);
|
||||||
|
|
||||||
# Open the text editor and maximize it.
|
# Open the text editor and maximize it.
|
||||||
wait_screen_change { type_very_safely "$editor /home/test/testfile.txt &\n"; };
|
wait_screen_change { type_very_safely "$editor /home/test/testfile.txt &\n"; };
|
||||||
|
Loading…
Reference in New Issue
Block a user