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:
parent
3010e2e1e9
commit
bcd1d154f3
@ -21,7 +21,7 @@ smbd_check_or_start() {
|
|||||||
echo -n "STARTING SMBD..."
|
echo -n "STARTING SMBD..."
|
||||||
((
|
((
|
||||||
if [ -z "$SMBD_MAXTIME" ]; then
|
if [ -z "$SMBD_MAXTIME" ]; then
|
||||||
SMBD_MAXTIME=2700
|
SMBD_MAXTIME=5400
|
||||||
fi
|
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;
|
$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=$?;
|
ret=$?;
|
||||||
|
Loading…
Reference in New Issue
Block a user