mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Adjust a wait_still_screen not to time out on a flashing cursor
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
95b89ca832
commit
95de85b33a
@ -87,7 +87,7 @@ sub boot_to_login_screen {
|
||||
}
|
||||
assert_screen "login_screen", $args{timeout};
|
||||
if (match_has_tag "graphical_login") {
|
||||
wait_still_screen 10, 30;
|
||||
wait_still_screen(timeout => 30, stilltime => 10, similarity_level => 38);
|
||||
assert_screen "login_screen";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user