1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-01-02 23:53:08 +00:00

help.pm: wait longer for main screen to appear

Looks like it can take longer than 45s on aarch64.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-07-15 11:20:36 -07:00
parent f407ceaf0e
commit ef76c76024

View File

@ -21,7 +21,7 @@ sub run {
# Run the application
menu_launch_type("Help");
assert_screen("help_main_screen");
assert_screen("help_main_screen", timeout => 60);
# Let us click on Section to open it and check that there is content inside.
visit_section("desktop");