From c996265bc0607d855b30a611b00bb2e6dc9a2f2f Mon Sep 17 00:00:00 2001 From: Jong Hyuk Choi Date: Tue, 15 Jul 2003 07:54:19 +0000 Subject: [PATCH] allow more time to replicate --- tests/scripts/test018-syncreplication-persist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 \ -- 2.39.5