Index: tests/scripts/test049-sync-config
===================================================================
RCS file: /repo/OpenLDAP/pkg/ldap/tests/scripts/test049-sync-config,v
retrieving revision 1.4.2.8
diff -u -p -r1.4.2.8 test049-sync-config
--- tests/scripts/test049-sync-config	10 Feb 2009 05:28:11 -0000	1.4.2.8
+++ tests/scripts/test049-sync-config	10 Feb 2009 11:59:35 -0000
@@ -324,8 +324,9 @@ olcSyncRepl: rid=002 provider=$URI1 bind
   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
+SLEEP=10
+echo "Waiting $SLEEP seconds for syncrepl to receive changes..."
+sleep $SLEEP
 
 echo "Using ldapsearch to read config from the producer..."
 $LDAPSEARCH -b cn=config -D cn=config -H $URI1 -y $CONFIGPWF  \

