mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-07-23 10:55:45 +00:00
navigation/switch_application: wait longer for grant_access
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
ba0005f062
commit
420e19fa6f
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user