Try a sleep before hitting enter on GDM screen
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
d8c7f85ecb
commit
b811d93c4c
@ -72,6 +72,7 @@ sub run {
|
||||
# hit GDM instead
|
||||
if (check_screen "graphical_login", 30) {
|
||||
record_soft_failure "Hit GDM unexpectedly - #1821499";
|
||||
sleep 5;
|
||||
send_key 'ret';
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user