Drop similarity level on a wait_still_screen with a cursor

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-02-23 15:06:07 -08:00
parent 0b7ac7ea59
commit 6aa52fc3cb
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ sub run {
assert_screen "graphical_login_input";
# seems like we often double-type on aarch64 if we start right
# away
wait_still_screen 5;
wait_still_screen(stilltime => 5, similarity_level => 38);
_enter_password($password);
}