mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
Add a delay in delete check
This commit is contained in:
parent
94ee25b0d6
commit
8e682b5e64
@ -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 New Issue
Block a user