From 1891d678ff2c8d53c5b20ccfea21b440c14d8284 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Thu, 13 Aug 2009 02:50:43 +0000
Subject: [PATCH] Give more time for sync after master restart

---
 tests/scripts/test058-syncrepl-asymmetric | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/scripts/test058-syncrepl-asymmetric b/tests/scripts/test058-syncrepl-asymmetric
index d2e356139d..51c1295c3d 100755
--- a/tests/scripts/test058-syncrepl-asymmetric
+++ b/tests/scripts/test058-syncrepl-asymmetric
@@ -2089,6 +2089,8 @@ if test $RC != 0 ; then
 	exit $RC
 fi
 
+sleep $SLEEP1
+
 echo "Checking contextCSN after site2 servers repopulated..."
 . $TESTDIR/checkcsn.sh
 
-- 
GitLab