1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r18277: on some of our slower hosts we need more than 2700 seconds for smbd to

complete all tests
(This used to be commit c44b17ad66)
This commit is contained in:
Andrew Tridgell 2006-09-09 01:21:10 +00:00 committed by Gerald (Jerry) Carter
parent 3010e2e1e9
commit bcd1d154f3

View File

@ -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=$?;