1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 21:43:08 +00:00

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

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...