]> git.decadent.org.uk Git - dak.git/commitdiff
lower timeout for security/non-us to 10s.
authorRyan Murray <rmurray@debian.org>
Tue, 3 Feb 2004 03:11:33 +0000 (03:11 +0000)
committerRyan Murray <rmurray@debian.org>
Tue, 3 Feb 2004 03:11:33 +0000 (03:11 +0000)
wanna-build/trigger.daily

index 30ae0428e6f3021f7e583598e854482491290a28..caf99f46423dde92a713f0d16540f84e6266254f 100755 (executable)
@@ -16,7 +16,7 @@ ARCHS_stable="m68k arm sparc alpha powerpc i386 mips mipsel ia64 hppa s390"
 ARCHS_testing="$ARCHS_stable"
 ARCHS_unstable="$ARCHS_testing hurd-i386 sh"
 TMPDIR="/org/wanna-build/tmp"
-WGETOPT="-q -t2 -w0 -T60"
+WGETOPT="-q -t2 -w0 -T10"
 CURLOPT="-q -s -S -f -y 5 -K /org/wanna-build/trigger.curlrc"
 LOCKFILE="/org/wanna-build/tmp/DB_Maintenance_In_Progress"