mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 03:59:34 -05:00
Add a delay in delete check
This commit is contained in:
parent
94ee25b0d6
commit
8e682b5e64
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue