Add a delay in delete check

This commit is contained in:
Howard Chu 2006-02-27 09:45:03 +00:00
parent 94ee25b0d6
commit 8e682b5e64

View File

@ -167,6 +167,10 @@ if test $RC != 0 ; then
test $KILLSERVERS != no && kill -HUP $KILLPIDS
exit $RC
fi
# This usually propagates immediately
sleep 1
$LDAPSEARCH -H $URI2 -b "$BABSDN" > $TESTOUT 2>&1
RC=$?
if test $RC = 0 ; then