From fd4396f92f6b133e912f592234c0400cb6721b82 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Sat, 27 Jun 2009 20:49:51 +0000
Subject: [PATCH] ITS#6185 use more retries

---
 tests/data/slapd-glue-syncrepl1.conf | 2 +-
 tests/data/slapd-glue-syncrepl2.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/data/slapd-glue-syncrepl1.conf b/tests/data/slapd-glue-syncrepl1.conf
index 02f30c754d..cb79368859 100644
--- a/tests/data/slapd-glue-syncrepl1.conf
+++ b/tests/data/slapd-glue-syncrepl1.conf
@@ -76,7 +76,7 @@ syncrepl	rid=1
 		schemachecking=off
 		scope=sub
 		type=refreshAndPersist
-		retry="3 3 300 5"
+		retry="3 10 300 5"
 updateref	@URI2@
 #overlay		syncprov
 
diff --git a/tests/data/slapd-glue-syncrepl2.conf b/tests/data/slapd-glue-syncrepl2.conf
index 77d3cd0b04..752824fef3 100644
--- a/tests/data/slapd-glue-syncrepl2.conf
+++ b/tests/data/slapd-glue-syncrepl2.conf
@@ -59,7 +59,7 @@ syncrepl	rid=2
 		schemachecking=off
 		scope=sub
 		type=refreshAndPersist
-		retry="3 3 300 5"
+		retry="3 10 300 5"
 updateref	@URI1@
 #overlay		syncprov
 
-- 
GitLab