1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-22 02:13:08 +00:00

Prolong installation time to let tests finish gracefully.

This commit is contained in:
Lukáš Růžička 2022-02-09 16:44:46 +01:00
parent d27f195de3
commit 185e2d51bb

View File

@ -80,10 +80,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 = 1800;
my $timeout = 2400;
my $version = lc(get_var('VERSION'));
if ($version eq "rawhide") {
$timeout = 2400;
$timeout = 3600;
}
# workstation especially has an unfortunate habit of kicking in
# the screensaver during install...