]> git.sur5r.net Git - openldap/commitdiff
ITS#5936 SLEEP1 patch
authorHoward Chu <hyc@openldap.org>
Tue, 10 Feb 2009 13:29:01 +0000 (13:29 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 10 Feb 2009 13:29:01 +0000 (13:29 +0000)
tests/scripts/test049-sync-config

index dc687076f334a033e1c65805bc577460055b67bb..f48c7918cfac117b726067fd3e818c9e9393e0f3 100755 (executable)
@@ -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  \