mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-19 12:43:08 +00:00
Yet more timeout
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
e2fde7809c
commit
670d1072de
@ -1257,6 +1257,7 @@ sub advisory_check_nonmatching_packages {
|
||||
$timeout *= 2 if ($pkgs > 100);
|
||||
$timeout *= 2 if ($pkgs > 400);
|
||||
$timeout *= 2 if ($pkgs > 1600);
|
||||
$timeout *= 2 if ($pkgs > 4800);
|
||||
my $wrapper = $args{wrapper};
|
||||
$rpmcmd = "$wrapper rpm" if ($wrapper);
|
||||
$timeout *= 2 if ($wrapper);
|
||||
|
Loading…
Reference in New Issue
Block a user