From 5d0309b147ea23485f613219047554e2d91ccdc9 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 3 Sep 2021 16:56:17 -0700 Subject: [PATCH] desktop_notifications: give login screen a bit longer to appear Seen a few failures where it takes just longer than 30 seconds for GDM to show up here, e.g. https://openqa.fedoraproject.org/tests/968142 Signed-off-by: Adam Williamson --- tests/desktop_notifications.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/desktop_notifications.pm b/tests/desktop_notifications.pm index 047e61cb..b4518afa 100644 --- a/tests/desktop_notifications.pm +++ b/tests/desktop_notifications.pm @@ -61,7 +61,7 @@ sub run { type_string "systemctl isolate graphical.target\n"; # we trust systemd to switch us to the right tty here if (get_var("BOOTFROM")) { - assert_screen 'graphical_login'; + assert_screen 'graphical_login', 60; wait_still_screen 10, 30; # GDM 3.24.1 dumps a cursor in the middle of the screen here... mouse_hide;