mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-21 20:51:25 +00:00
wait longer for login screen
This commit is contained in:
parent
ff01caf988
commit
776f3cc50d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user