From: Alec Warner Date: Thu, 25 May 2006 13:09:58 +0000 (-0000) Subject: set a timeout on wget to 60 seconds to fix bug 101196; the old timeout was 15 minutes :/ X-Git-Tag: v2.1~61 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c6f09169e1a11d9903b30ce6043cbc48d67923e4;p=portage.git set a timeout on wget to 60 seconds to fix bug 101196; the old timeout was 15 minutes :/ svn path=/main/trunk/; revision=3412 --- diff --git a/cnf/make.globals b/cnf/make.globals index 3c6b806d5..227183626 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -29,8 +29,8 @@ RPMDIR=/usr/portage/rpm PORTAGE_TMPDIR=/var/tmp # Fetching command (5 tries, passive ftp for firewall compatibility) -FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp -P \${DISTDIR} \${URI}" -RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp -P \${DISTDIR} \${URI}" +FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -P \${DISTDIR} \${URI}" +RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -P \${DISTDIR} \${URI}" # Default user options FEATURES="sandbox distlocks metadata-transfer"