diff --git a/tests/desktop_login.pm b/tests/desktop_login.pm index b659f9c3..fc0492e7 100644 --- a/tests/desktop_login.pm +++ b/tests/desktop_login.pm @@ -88,7 +88,7 @@ sub login_user { type_very_safely "$password\n"; } type_very_safely "$password\n"; - check_desktop if ($args{checklogin}); + check_desktop(timeout=>60) if ($args{checklogin}); wait_still_screen 5; }