From b2df6424745c0884273dc7dcdd8b6363553c7b3a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 20 Mar 2025 15:55:40 -0700 Subject: [PATCH] navigation: give video grid a bit longer to show up Signed-off-by: Adam Williamson --- tests/applications/navigation/play_video.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/applications/navigation/play_video.pm b/tests/applications/navigation/play_video.pm index c59da609..97daad16 100644 --- a/tests/applications/navigation/play_video.pm +++ b/tests/applications/navigation/play_video.pm @@ -15,7 +15,7 @@ sub run { # of videos, check that it runs and that the # video is displayed in that view or we will add # the video to the grid. - unless (check_screen("video_grid_shown")) { + unless (check_screen("video_grid_shown", 10)) { assert_and_click("video_add_video"); assert_and_click("video_add_local_video"); wait_still_screen(3);