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

tridge at samba.org tridge at samba.org
Sat Sep 9 01:21:11 GMT 2006


Author: tridge
Date: 2006-09-09 01:21:10 +0000 (Sat, 09 Sep 2006)
New Revision: 18277

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

Log:

on some of our slower hosts we need more than 2700 seconds for smbd to
complete all tests

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


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/test_functions.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/test_functions.sh	2006-09-08 21:10:14 UTC (rev 18276)
+++ branches/SAMBA_4_0/source/script/tests/test_functions.sh	2006-09-09 01:21:10 UTC (rev 18277)
@@ -21,7 +21,7 @@
 		echo -n "STARTING SMBD..."
 		((
 			if [ -z "$SMBD_MAXTIME" ]; then
-			    SMBD_MAXTIME=2700
+			    SMBD_MAXTIME=5400
 			fi
 			$SMBD_VALGRIND $SRCDIR/bin/smbd --maximum-runtime=$SMBD_MAXTIME -d1 -s $CONFFILE -M single -i --leak-report-full < $SMBD_TEST_FIFO > $SMBD_TEST_LOG 2>&1;
 			ret=$?;



More information about the samba-cvs mailing list