diff options
-rw-r--r-- | scripts/download-from-binary-cache.pl.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/download-from-binary-cache.pl.in b/scripts/download-from-binary-cache.pl.in index b7eb72a30187..e09b051a4aa6 100644 --- a/scripts/download-from-binary-cache.pl.in +++ b/scripts/download-from-binary-cache.pl.in @@ -68,6 +68,7 @@ sub addRequest { $curl->setopt(CURLOPT_NOBODY, 1) if $head; $curl->setopt(CURLOPT_FAILONERROR, 1); $curl->setopt(CURLOPT_CONNECTTIMEOUT, $curlConnectTimeout); + $curl->setopt(CURLOPT_TIMEOUT, 20 * 60); if ($activeRequests >= $maxParallelRequests) { $scheduled{$curlId} = 1; |