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:
parent
6e95581865
commit
f2dcfed498
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user