From f2dcfed498e6a978d1cc35fa743c5f28e264c2bd Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 3 Jan 2024 15:31:56 -0800 Subject: [PATCH] Also settle during the setup stage for Maps This has similarly been failing quite a lot lately, let's see if a sleep helps here. Signed-off-by: Adam Williamson --- tests/applications/maps/aaa_setup.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/applications/maps/aaa_setup.pm b/tests/applications/maps/aaa_setup.pm index 526e08d0..22c7a516 100644 --- a/tests/applications/maps/aaa_setup.pm +++ b/tests/applications/maps/aaa_setup.pm @@ -52,6 +52,8 @@ sub run { send_key("esc"); # Check that Map is shown with the correct location assert_screen("maps_found_brno", timeout => 90); + # wait a bit to settle before snapshotting + sleep 10; } sub test_flags {