mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Add short sleeps to allow deferred refint to complete
This commit is contained in:
parent
1a86d4f663
commit
aa6bd34724
@ -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 New Issue
Block a user