From ef76c760246341eea16871d02a6c09977da490d5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 15 Jul 2022 11:20:36 -0700 Subject: [PATCH] help.pm: wait longer for main screen to appear Looks like it can take longer than 45s on aarch64. Signed-off-by: Adam Williamson --- tests/applications/help/help.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/applications/help/help.pm b/tests/applications/help/help.pm index b8c3ca02..cd1213a1 100644 --- a/tests/applications/help/help.pm +++ b/tests/applications/help/help.pm @@ -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");