From 4ee583ad43b2a723d7d028ed6c5b170336cd902a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 1 Jun 2022 09:04:34 -0700 Subject: [PATCH] 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 --- lib/utils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.pm b/lib/utils.pm index 251752e4..59e259b6 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -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