]> git.sur5r.net Git - openldap/commitdiff
Use SLEEP2 wehn first populating. Should probably just poll contextCSNs...
authorHoward Chu <hyc@openldap.org>
Sat, 7 Mar 2009 14:50:17 +0000 (14:50 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 7 Mar 2009 14:50:17 +0000 (14:50 +0000)
tests/scripts/test050-syncrepl-multimaster

index 84cc576b94ab1f25ef688f3f3b3ff45e996fe42a..4531a81c9f1449c7b2c509dc31505cc8f9da8741 100755 (executable)
@@ -336,8 +336,8 @@ if test $RC != 0 ; then
        exit $RC
 fi
 
-echo "Waiting $SLEEP1 seconds for syncrepl to receive changes..."
-sleep $SLEEP1
+echo "Waiting $SLEEP2 seconds for syncrepl to receive changes..."
+sleep $SLEEP2
 
 n=1
 while [ $n -le $MMR ]; do