ThirdParty: adjust maximum timeout for curl downloads
This commit is contained in:
parent
6be52fe7e8
commit
814ed82294
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ rpm_make()
|
||||||
#( cd SOURCES; wget --no-check-certificate $_PACKAGE_URL )
|
#( cd SOURCES; wget --no-check-certificate $_PACKAGE_URL )
|
||||||
|
|
||||||
( cd SOURCES; curl --connect-timeout 60 \
|
( cd SOURCES; curl --connect-timeout 60 \
|
||||||
--max-time 10 \
|
--max-time 3600 \
|
||||||
--retry 6 \
|
--retry 6 \
|
||||||
--retry-delay 10 \
|
--retry-delay 10 \
|
||||||
--retry-max-time 60 \
|
--retry-max-time 60 \
|
||||||
|
|
Reference in a new issue