From: Howard Chu Date: Wed, 28 Jan 2009 00:53:16 +0000 (+0000) Subject: s/SLEEP2/25/ X-Git-Tag: OPENLDAP_REL_ENG_2_4_14~66 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=30660e650109fbd6b66dcdd4c2737778af8b438c;p=openldap s/SLEEP2/25/ --- diff --git a/tests/scripts/test019-syncreplication-cascade b/tests/scripts/test019-syncreplication-cascade index 03c735c5ca..72b1842d2c 100755 --- a/tests/scripts/test019-syncreplication-cascade +++ b/tests/scripts/test019-syncreplication-cascade @@ -361,8 +361,8 @@ if test $RC != 0 ; then exit $RC fi -echo "Waiting $SLEEP2 seconds for syncrepl to receive changes..." -sleep $SLEEP2 +echo "Waiting 25 seconds for syncrepl to receive changes..." +sleep 25 echo "Using ldapsearch to read all the entries from the master..." $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 \