mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-12 08:21:56 +00:00
Sigh fix a syntax error in a previous fix I am bad at this
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
d1cb937ea3
commit
33dd7ded6b
@ -84,8 +84,8 @@ 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 = 1800;
|
my $timeout = 1800;
|
||||||
my $version = lc(get_var('VERSION');
|
my $version = lc(get_var('VERSION'));
|
||||||
if ($version) eq "rawhide") {
|
if ($version eq "rawhide") {
|
||||||
$timeout = 2400;
|
$timeout = 2400;
|
||||||
}
|
}
|
||||||
# workstation especially has an unfortunate habit of kicking in
|
# workstation especially has an unfortunate habit of kicking in
|
||||||
|
Loading…
Reference in New Issue
Block a user