set a timeout on wget to 60 seconds to fix bug 101196; the old timeout was 15 minutes :/
authorAlec Warner <antarus@gentoo.org>
Thu, 25 May 2006 13:09:58 +0000 (13:09 -0000)
committerAlec Warner <antarus@gentoo.org>
Thu, 25 May 2006 13:09:58 +0000 (13:09 -0000)
svn path=/main/trunk/; revision=3412

cnf/make.globals

index 3c6b806d5bfee6d2b81c5c84330700fe4ddb42ec..22718362626973a2c962c46a236369abdfe964e4 100644 (file)
@@ -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"