]> git.sur5r.net Git - openldap/commitdiff
s/SLEEP2/25/
authorHoward Chu <hyc@openldap.org>
Wed, 28 Jan 2009 00:53:16 +0000 (00:53 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 28 Jan 2009 00:53:16 +0000 (00:53 +0000)
tests/scripts/test019-syncreplication-cascade

index 03c735c5ca669e12882278b79f942683645478a8..72b1842d2cb8d876c1863825c5bcbfe3642a5c58 100755 (executable)
@@ -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 \