From: Howard Chu Date: Tue, 10 Feb 2009 13:29:01 +0000 (+0000) Subject: ITS#5936 SLEEP1 patch X-Git-Tag: OPENLDAP_REL_ENG_2_4_14~16 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1cfff033f2db82eaf028a3fb39168e72b7d9d2c4;p=openldap ITS#5936 SLEEP1 patch --- 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 \