From cd29e26174d4e697d554fd23ea8d1097d01ed17c Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 9 Mar 2009 01:50:54 +0000 Subject: [PATCH] change 5 retries to 10 retries at 3 seconds, 5 may not be enough --- tests/scripts/test050-syncrepl-multimaster | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/scripts/test050-syncrepl-multimaster b/tests/scripts/test050-syncrepl-multimaster index 4531a81c9f..1b3c90ce60 100755 --- a/tests/scripts/test050-syncrepl-multimaster +++ b/tests/scripts/test050-syncrepl-multimaster @@ -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 <> $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 -- 2.39.5