From: Pierangelo Masarati Date: Thu, 20 Jan 2005 16:22:31 +0000 (+0000) Subject: fix messages/sleep times X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~306 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7268c949defd2adedfab74228e26d2fd95c50e53;p=openldap fix messages/sleep times --- diff --git a/tests/scripts/test007-replication b/tests/scripts/test007-replication index a31c3e4ece..e8f77b2277 100755 --- a/tests/scripts/test007-replication +++ b/tests/scripts/test007-replication @@ -306,8 +306,8 @@ else exit $RC fi - echo "Waiting 5 seconds for slurpd to send changes..." - sleep 5 + echo "Waiting 15 seconds for slurpd to send changes..." + sleep 15 fi echo "Using ldapsearch to read all the entries from the master..." diff --git a/tests/scripts/test018-syncreplication-persist b/tests/scripts/test018-syncreplication-persist index fd261b7f8a..b08c7faceb 100755 --- a/tests/scripts/test018-syncreplication-persist +++ b/tests/scripts/test018-syncreplication-persist @@ -302,8 +302,8 @@ else exit $RC fi - echo "Waiting 5 seconds for syncrepl to send changes..." - sleep 5 + echo "Waiting 15 seconds for syncrepl to receive changes..." + sleep 15 fi echo "Using ldapsearch to read all the entries from the master..."