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:
parent
f407ceaf0e
commit
ef76c76024
@ -21,7 +21,7 @@ sub run {
|
|||||||
|
|
||||||
# Run the application
|
# Run the application
|
||||||
menu_launch_type("Help");
|
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.
|
# Let us click on Section to open it and check that there is content inside.
|
||||||
visit_section("desktop");
|
visit_section("desktop");
|
||||||
|
Loading…
Reference in New Issue
Block a user