summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-09 01:21:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:00 -0500
commitbcd1d154f38e56bdf46052df9adb79a3e31cf8b1 (patch)
treeeccdab5d645ef268138c8724cbdb571600060191
parent3010e2e1e9b9ee0abe6a926d16cabf018bc96332 (diff)
downloadsamba-bcd1d154f38e56bdf46052df9adb79a3e31cf8b1.tar.gz
samba-bcd1d154f38e56bdf46052df9adb79a3e31cf8b1.tar.bz2
samba-bcd1d154f38e56bdf46052df9adb79a3e31cf8b1.zip
r18277: on some of our slower hosts we need more than 2700 seconds for smbd to
complete all tests (This used to be commit c44b17ad66281eb4611353fd79a410151d9ce531)
-rwxr-xr-xsource4/script/tests/test_functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/tests/test_functions.sh b/source4/script/tests/test_functions.sh
index 9efe204a35..b66e70935d 100755
--- a/source4/script/tests/test_functions.sh
+++ b/source4/script/tests/test_functions.sh
@@ -21,7 +21,7 @@ smbd_check_or_start() {
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=$?;