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
1 changed files with 1 additions and 1 deletions

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");