1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-01-03 15:31:56 -08:00
parent 6e95581865
commit f2dcfed498

View File

@ -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 {