]> git.sur5r.net Git - openldap/commitdiff
change 5 retries to 10 retries at 3 seconds, 5 may not be enough
authorHoward Chu <hyc@openldap.org>
Mon, 9 Mar 2009 01:50:54 +0000 (01:50 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 9 Mar 2009 01:50:54 +0000 (01:50 +0000)
tests/scripts/test050-syncrepl-multimaster

index 4531a81c9f1449c7b2c509dc31505cc8f9da8741..1b3c90ce60d90b3edc397f964d2f686786898239 100755 (executable)
@@ -165,7 +165,7 @@ PORT=`expr $BASEPORT + $n`
 URI="ldap://${LOCALHOST}:$PORT/"
 echo "olcSyncRepl: rid=00$n provider=$URI binddn=\"cn=config\" bindmethod=simple" >> $TMP
 echo "  credentials=$CONFIGPW searchbase=\"cn=config\" type=refreshAndPersist" >> $TMP
-echo "  retry=\"3 5 300 5\" timeout=3" >> $TMP
+echo "  retry=\"3 10 300 5\" timeout=3" >> $TMP
 n=`expr $n + 1`
 done
 echo "-" >> $TMP
@@ -227,7 +227,7 @@ P2=`expr $BASEPORT + $j`
 U2="ldap://${LOCALHOST}:$P2/"
 echo "olcSyncRepl: rid=00$j provider=$U2 binddn=\"cn=config\" bindmethod=simple" >> $TMP
 echo "  credentials=$CONFIGPW searchbase=\"cn=config\" type=refreshAndPersist" >> $TMP
-echo "  retry=\"3 5 300 5\" timeout=3" >> $TMP
+echo "  retry=\"3 10 300 5\" timeout=3" >> $TMP
 j=`expr $j + 1`
 done
 cat <<EOF >> $TMP
@@ -288,7 +288,7 @@ URI="ldap://${LOCALHOST}:$PORT/"
 
 echo "olcSyncRepl: rid=01$n provider=$URI binddn=\"$MANAGERDN\" bindmethod=simple" >> $TMP
 echo "  credentials=$PASSWD searchbase=\"$BASEDN\" $SYNCTYPE" >> $TMP
-echo "  retry=\"3 5 300 5\" timeout=3" >> $TMP
+echo "  retry=\"3 10 300 5\" timeout=3" >> $TMP
 n=`expr $n + 1`
 done