svn commit: samba r17675 - in branches/SAMBA_4_0/source/script/tests: .

tridge at samba.org tridge at samba.org
Mon Aug 21 23:13:06 GMT 2006


Author: tridge
Date: 2006-08-21 23:13:06 +0000 (Mon, 21 Aug 2006)
New Revision: 17675

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17675

Log:

increase max torture test runtime - we have some v slow hosts in the
farm!

Modified:
   branches/SAMBA_4_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-08-21 23:00:53 UTC (rev 17674)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-08-21 23:13:06 UTC (rev 17675)
@@ -13,7 +13,7 @@
 ARG3=$3
 
 if [ -z "$TORTURE_MAXTIME" ]; then
-    TORTURE_MAXTIME=600
+    TORTURE_MAXTIME=1200
 fi
 
 OLD_PWD=`pwd`



More information about the samba-cvs mailing list