Try a sleep before hitting enter on GDM screen

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-04-06 17:19:06 -07:00
parent d8c7f85ecb
commit b811d93c4c
1 changed files with 1 additions and 0 deletions

View File

@ -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';
}
}