From bcefdd8357675c5e61cb3be0afffd023d2e02834 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 30 Oct 2020 10:29:00 -0700 Subject: [PATCH] Wait a bit before typing password on GNOME login screen Seems like this often fails when booting the desktop disk image on aarch64 if we start typing right away. Signed-off-by: Adam Williamson --- tests/_graphical_wait_login.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/_graphical_wait_login.pm b/tests/_graphical_wait_login.pm index 88e4c850..27f22466 100644 --- a/tests/_graphical_wait_login.pm +++ b/tests/_graphical_wait_login.pm @@ -50,6 +50,9 @@ sub run { send_key "ret"; } assert_screen "graphical_login_input"; + # seems like we often double-type on aarch64 if we start right + # away + wait_still_screen 5; if (get_var("SWITCHED_LAYOUT")) { # see _do_install_and_reboot; when layout is switched # user password is doubled to contain both US and native