From 4ee583ad43b2a723d7d028ed6c5b170336cd902a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jun 01 2022 16:04:34 +0000 Subject: 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 --- diff --git a/lib/utils.pm b/lib/utils.pm index 251752e..59e259b 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