wait longer for login screen

This commit is contained in:
Trevor Cooper 2023-08-20 12:54:20 -07:00
parent ff01caf988
commit 776f3cc50d
Signed by: tcooper
GPG Key ID: 52364D7BBCEB35B8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use utils;
sub run {
my $self = shift;
# If UPGRADE is set, we have to wait for the entire upgrade
my $wait_time = 300;
my $wait_time = 600;
$wait_time = 6000 if (get_var("UPGRADE"));
# handle bootloader, if requested