mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-19 12:43:08 +00:00
Bump advisory_check timeout even more for really huge "updates"
...well, in this case, the Python side tag, because side tags that inherit have just *all* the packages in them. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
5aaf78bf26
commit
e2fde7809c
@ -1256,6 +1256,7 @@ sub advisory_check_nonmatching_packages {
|
||||
my $pkgs = script_output "wc -l /mnt/updatepkgs.txt";
|
||||
$timeout *= 2 if ($pkgs > 100);
|
||||
$timeout *= 2 if ($pkgs > 400);
|
||||
$timeout *= 2 if ($pkgs > 1600);
|
||||
my $wrapper = $args{wrapper};
|
||||
$rpmcmd = "$wrapper rpm" if ($wrapper);
|
||||
$timeout *= 2 if ($wrapper);
|
||||
|
Loading…
Reference in New Issue
Block a user