mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Bump a console login timeout a little
After typing the username, on some Rawhide tests, it's taking over 30 seconds for the password prompt to appear. This isn't ideal but we don't want the test to fail on this. Give it up to 45 seconds. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
aa5a248237
commit
4ee583ad43
@ -213,7 +213,7 @@ sub console_login {
|
||||
}
|
||||
# otherwise, we saw the login prompt, type the username
|
||||
type_string("$args{user}\n");
|
||||
assert_screen [$good, 'console_password_required'], 30;
|
||||
assert_screen [$good, 'console_password_required'], 45;
|
||||
# on a live image, just the user name will be enough
|
||||
if (match_has_tag $good) {
|
||||
# clear the screen (so the remaining login prompt text
|
||||
|
Loading…
Reference in New Issue
Block a user