From 30660e650109fbd6b66dcdd4c2737778af8b438c Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 28 Jan 2009 00:53:16 +0000 Subject: [PATCH] s/SLEEP2/25/ --- tests/scripts/test019-syncreplication-cascade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.39.5