diff --git a/tests/_graphical_wait_login.pm b/tests/_graphical_wait_login.pm index 366227c3..ff7343be 100644 --- a/tests/_graphical_wait_login.pm +++ b/tests/_graphical_wait_login.pm @@ -91,7 +91,7 @@ sub run { } # Move the mouse somewhere it won't highlight the match areas - mouse_set(300, 200); + mouse_set(300, 800); # KDE can take ages to start up check_desktop_clean(tries=>40); }