From: Quanah Gibson-Mount Date: Thu, 2 Jul 2009 01:05:29 +0000 (+0000) Subject: Give more time to sync after restart X-Git-Tag: OPENLDAP_REL_ENG_2_4_17~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e8ae93a143b44292e82030cb2fb5b40825076799;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 \