mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Add short sleeps to allow deferred refint to complete
This commit is contained in:
parent
1a86d4f663
commit
aa6bd34724
1 changed files with 4 additions and 0 deletions
|
|
@ -92,6 +92,8 @@ if test $RC != 0 ; then
|
|||
exit $RC
|
||||
fi
|
||||
|
||||
sleep 1;
|
||||
|
||||
echo "Using ldapsearch to check dependents new rdn..."
|
||||
|
||||
$LDAPSEARCH -S "" -b "o=refint" -h $LOCALHOST -p $PORT1 > $SEARCHOUT 2>&1
|
||||
|
|
@ -129,6 +131,8 @@ if test $RC != 0 ; then
|
|||
exit $RC
|
||||
fi
|
||||
|
||||
sleep 1;
|
||||
|
||||
echo "Using ldapsearch to verify dependents have been deleted..."
|
||||
$LDAPSEARCH -S "" -b "o=refint" -h $LOCALHOST -p $PORT1 > $SEARCHOUT 2>&1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue