From 420e19fa6fe97a36d85ecf20fc2fb12e9ea05edf Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 27 Feb 2025 15:31:17 -0800 Subject: [PATCH] navigation/switch_application: wait longer for grant_access Signed-off-by: Adam Williamson --- tests/applications/navigation/switch_application.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/applications/navigation/switch_application.pm b/tests/applications/navigation/switch_application.pm index d4ac9ce0..3b08f4ef 100644 --- a/tests/applications/navigation/switch_application.pm +++ b/tests/applications/navigation/switch_application.pm @@ -75,7 +75,7 @@ sub run { menu_launch_type("clocks", "maximize"); # Sometime, Clocks start with an access request, # deny it. - if (check_screen('grant_access')) { + if (check_screen('grant_access', 5)) { send_key('ret'); } assert_screen('apps_run_clocks');