mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-25 07:13:09 +00:00
Make install times longer to prevent failures on slow VMs
This commit is contained in:
parent
ef5969b600
commit
aa98b12c5c
@ -82,10 +82,10 @@ sub run {
|
|||||||
|
|
||||||
# Wait for install to end. Give Rawhide a bit longer, in case
|
# Wait for install to end. Give Rawhide a bit longer, in case
|
||||||
# we're on a debug kernel, debug kernel installs are really slow.
|
# we're on a debug kernel, debug kernel installs are really slow.
|
||||||
my $timeout = 2400;
|
my $timeout = 3000;
|
||||||
my $version = lc(get_var('VERSION'));
|
my $version = lc(get_var('VERSION'));
|
||||||
if ($version eq "rawhide") {
|
if ($version eq "rawhide") {
|
||||||
$timeout = 3600;
|
$timeout = 4200;
|
||||||
}
|
}
|
||||||
# workstation especially has an unfortunate habit of kicking in
|
# workstation especially has an unfortunate habit of kicking in
|
||||||
# the screensaver during install...
|
# the screensaver during install...
|
||||||
|
Loading…
Reference in New Issue
Block a user