Author: tridge
Date: 2005-08-18 06:19:32 +0000 (Thu, 18 Aug 2005)
New Revision: 9379

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

Log:

the valgrind test box is now just going past the max 30 minute smbd
runtime for testing. Increased to 45 minutes.

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    2005-08-18 
06:14:10 UTC (rev 9378)
+++ branches/SAMBA_4_0/source/script/tests/test_functions.sh    2005-08-18 
06:19:32 UTC (rev 9379)
@@ -19,7 +19,7 @@
 
                echo -n "STARTING SMBD..."
                ((
-                       $SMBD_VALGRIND $SRCDIR/bin/smbd --maximum-runtime=1800 
-d1 -s $CONFFILE -M single -i < $SMBD_TEST_FIFO > $SMBD_TEST_LOG 2>&1;
+                       $SMBD_VALGRIND $SRCDIR/bin/smbd --maximum-runtime=2700 
-d1 -s $CONFFILE -M single -i < $SMBD_TEST_FIFO > $SMBD_TEST_LOG 2>&1;
                        ret=$?;
                        rm -f $SMBD_TEST_FIFO;
                        if [ -n "$SOCKET_WRAPPER_DIR" -a -d 
"$SOCKET_WRAPPER_DIR" ]; then

Reply via email to