From 814ed82294e3995a6ce255067ecb868a9a10d012 Mon Sep 17 00:00:00 2001 From: Martin Beaudoin Date: Sun, 1 Jul 2018 12:57:35 -0400 Subject: [PATCH] ThirdParty: adjust maximum timeout for curl downloads --- ThirdParty/tools/makeThirdPartyFunctionsForRPM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThirdParty/tools/makeThirdPartyFunctionsForRPM b/ThirdParty/tools/makeThirdPartyFunctionsForRPM index bdd315851..9430685b8 100755 --- a/ThirdParty/tools/makeThirdPartyFunctionsForRPM +++ b/ThirdParty/tools/makeThirdPartyFunctionsForRPM @@ -125,7 +125,7 @@ rpm_make() #( cd SOURCES; wget --no-check-certificate $_PACKAGE_URL ) ( cd SOURCES; curl --connect-timeout 60 \ - --max-time 10 \ + --max-time 3600 \ --retry 6 \ --retry-delay 10 \ --retry-max-time 60 \