mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13:09 +00:00
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 <awilliam@redhat.com>
This commit is contained in:
parent
f012df5e86
commit
5d0309b147
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user