]> git.sur5r.net Git - openldap/commitdiff
allow more time to replicate
authorJong Hyuk Choi <jongchoi@openldap.org>
Tue, 15 Jul 2003 07:54:19 +0000 (07:54 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Tue, 15 Jul 2003 07:54:19 +0000 (07:54 +0000)
tests/scripts/test018-syncreplication-persist

index 7bdd93c57026c6fac1376964e1565a709676144e..3a71e5959c5ab1d329ebfc47e16035611ea537b5 100755 (executable)
@@ -94,8 +94,8 @@ if test $RC != 0 ; then
        exit $RC
 fi
 
-echo "Waiting 10 seconds for syncrepl to receive changes..."
-sleep 10
+echo "Waiting 20 seconds for syncrepl to receive changes..."
+sleep 20
 
 echo "Using ldapmodify to modify master directory..."
 
@@ -176,8 +176,8 @@ changetype: delete
 
 EOMODS
 
-echo "Waiting 10 seconds for syncrepl to receive changes..."
-sleep 10
+echo "Waiting 20 seconds for syncrepl to receive changes..."
+sleep 20
 
 echo "Using ldapsearch to read all the entries from the master..."
 $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT \