From c6f09169e1a11d9903b30ce6043cbc48d67923e4 Mon Sep 17 00:00:00 2001 From: Alec Warner Date: Thu, 25 May 2006 13:09:58 +0000 Subject: set a timeout on wget to 60 seconds to fix bug 101196; the old timeout was 15 minutes :/ svn path=/main/trunk/; revision=3412 --- cnf/make.globals | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cnf') 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" -- cgit v1.2.3-1-g7c22