Make install times longer to prevent failures on slow VMs

This commit is contained in:
Lukas Ruzicka 2022-10-31 15:45:19 +01:00
parent ef5969b600
commit aa98b12c5c
1 changed files with 2 additions and 2 deletions

View File

@ -82,10 +82,10 @@ sub run {
# Wait for install to end. Give Rawhide a bit longer, in case
# we're on a debug kernel, debug kernel installs are really slow.
my $timeout = 2400;
my $timeout = 3000;
my $version = lc(get_var('VERSION'));
if ($version eq "rawhide") {
$timeout = 3600;
$timeout = 4200;
}
# workstation especially has an unfortunate habit of kicking in
# the screensaver during install...