mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
desktop_notifications: wait longer at login screen
This matches the wait in boot_to_login_screen. The needle can match before the UI is really done loading, and if we don't wait long enough we wind up hitting enter before GDM is really ready for us. This seems to be affecting the test on aarch64 quite badly. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
cb001da6e6
commit
3d8852cb60
@ -56,7 +56,7 @@ sub run {
|
|||||||
# we trust systemd to switch us to the right tty here
|
# we trust systemd to switch us to the right tty here
|
||||||
if (get_var("BOOTFROM")) {
|
if (get_var("BOOTFROM")) {
|
||||||
assert_screen 'graphical_login';
|
assert_screen 'graphical_login';
|
||||||
wait_still_screen 3;
|
wait_still_screen 10, 30;
|
||||||
# GDM 3.24.1 dumps a cursor in the middle of the screen here...
|
# GDM 3.24.1 dumps a cursor in the middle of the screen here...
|
||||||
mouse_hide;
|
mouse_hide;
|
||||||
if (get_var("DESKTOP") eq 'gnome') {
|
if (get_var("DESKTOP") eq 'gnome') {
|
||||||
|
Loading…
Reference in New Issue
Block a user