From: Howard Chu Date: Sat, 29 Nov 2008 03:37:23 +0000 (+0000) Subject: Make sure consumer is in persist phase before doing modifies X-Git-Tag: ACLCHECK_0~1039 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f3fd5c111a08c8cdc8cff7697ac5059d4f550c49;p=openldap Make sure consumer is in persist phase before doing modifies --- diff --git a/tests/scripts/test018-syncreplication-persist b/tests/scripts/test018-syncreplication-persist index 798e4f6f8b..0c8861df44 100755 --- a/tests/scripts/test018-syncreplication-persist +++ b/tests/scripts/test018-syncreplication-persist @@ -148,6 +148,9 @@ for i in 0 1 2 3 4 5; do sleep 5 done +echo "Waiting $SLEEP1 seconds for consumer to reconnect..." +sleep $SLEEP1 + if test $RC != 0 ; then echo "ldapsearch failed ($RC)!" test $KILLSERVERS != no && kill -HUP $KILLPIDS