From ff585d814769029b8f80b8320c1bcb2596cd95a7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 10 Mar 2021 15:48:25 -0800 Subject: [PATCH] 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 --- tests/desktop_login.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/desktop_login.pm b/tests/desktop_login.pm index dfe7ba79..d897efe7 100644 --- a/tests/desktop_login.pm +++ b/tests/desktop_login.pm @@ -119,7 +119,7 @@ sub logout_user { assert_and_click "leave_button"; assert_and_click "log_out_entry"; assert_and_click "log_out_confirm"; - wait_still_screen 5; + wait_still_screen 20; sleep 10; }