1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-07-23 19:05:46 +00:00

navigation/switch_application: wait longer for grant_access

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-02-27 15:31:17 -08:00
parent ba0005f062
commit 420e19fa6f

View File

@ -75,7 +75,7 @@ sub run {
menu_launch_type("clocks", "maximize"); menu_launch_type("clocks", "maximize");
# Sometime, Clocks start with an access request, # Sometime, Clocks start with an access request,
# deny it. # deny it.
if (check_screen('grant_access')) { if (check_screen('grant_access', 5)) {
send_key('ret'); send_key('ret');
} }
assert_screen('apps_run_clocks'); assert_screen('apps_run_clocks');