From: Howard Chu Date: Thu, 2 Jul 2009 00:31:48 +0000 (+0000) Subject: Give more time to sync after restart X-Git-Tag: ACLCHECK_0~461 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=460cb4bd4b3af5064fd0398f58f4733ced434e66;p=openldap Give more time to sync after restart --- diff --git a/tests/scripts/test048-syncrepl-multiproxy b/tests/scripts/test048-syncrepl-multiproxy index 2bb5629939..7855629542 100755 --- a/tests/scripts/test048-syncrepl-multiproxy +++ b/tests/scripts/test048-syncrepl-multiproxy @@ -454,8 +454,8 @@ if test $WAIT != 0 ; then fi KILLPIDS="$MASTERPID $P1SLAVEPID $R1SLAVEPID" -echo "Waiting $SLEEP1 seconds for syncrepl to receive changes..." -sleep $SLEEP1 +echo "Waiting $SLEEP2 seconds for syncrepl to receive changes..." +sleep $SLEEP2 #echo "Using ldapsearch to read all the entries from the master..." $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 \