From: Jong Hyuk Choi Date: Tue, 15 Jul 2003 07:54:19 +0000 (+0000) Subject: allow more time to replicate X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~820 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c996265bc0607d855b30a611b00bb2e6dc9a2f2f;p=openldap allow more time to replicate --- diff --git a/tests/scripts/test018-syncreplication-persist b/tests/scripts/test018-syncreplication-persist index 7bdd93c570..3a71e5959c 100755 --- a/tests/scripts/test018-syncreplication-persist +++ b/tests/scripts/test018-syncreplication-persist @@ -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 \