From 1cfff033f2db82eaf028a3fb39168e72b7d9d2c4 Mon Sep 17 00:00:00 2001 From: Howard Chu <hyc@openldap.org> Date: Tue, 10 Feb 2009 13:29:01 +0000 Subject: [PATCH] ITS#5936 SLEEP1 patch --- tests/scripts/test049-sync-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/test049-sync-config b/tests/scripts/test049-sync-config index dc687076f3..f48c7918cf 100755 --- a/tests/scripts/test049-sync-config +++ b/tests/scripts/test049-sync-config @@ -324,8 +324,8 @@ olcSyncRepl: rid=002 provider=$URI1 binddn="cn=config" bindmethod=simple credentials=$CONFIGPW searchbase="cn=config" type=refreshAndPersist retry="3 5 300 5" timeout=3 EOF -echo "Waiting $SLEEP1 seconds for syncrepl to receive changes..." -sleep $SLEEP1 +echo "Waiting 10 seconds for syncrepl to receive changes..." +sleep 10 echo "Using ldapsearch to read config from the producer..." $LDAPSEARCH -b cn=config -D cn=config -H $URI1 -y $CONFIGPWF \ -- GitLab