Wait longer for still screen when logging out in desktop_login

This is a bandaid for GNOME taking a long time to log out right
now. I would prefer to make login_user more robust, but that's a
bit more complicated as it's used for both unlock and login.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-03-10 15:48:25 -08:00
parent e705d0829a
commit ff585d8147

View File

@ -119,7 +119,7 @@ sub logout_user {
assert_and_click "leave_button"; assert_and_click "leave_button";
assert_and_click "log_out_entry"; assert_and_click "log_out_entry";
assert_and_click "log_out_confirm"; assert_and_click "log_out_confirm";
wait_still_screen 5; wait_still_screen 20;
sleep 10; sleep 10;
} }