From: Howard Chu Date: Wed, 11 Jan 2006 07:38:21 +0000 (+0000) Subject: Add a delay while consumer is down to exercise proxy retry X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~354 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fb30dabd14fde68c07622d42e05bdba94ec7842a;p=openldap Add a delay while consumer is down to exercise proxy retry --- diff --git a/tests/scripts/test045-syncreplication-proxied b/tests/scripts/test045-syncreplication-proxied index b636a68320..352d842ea8 100755 --- a/tests/scripts/test045-syncreplication-proxied +++ b/tests/scripts/test045-syncreplication-proxied @@ -531,6 +531,10 @@ drink: Mad Dog 20/20 EOMODS +SLEEP=10 +echo "Waiting $SLEEP seconds for syncrepl to retry..." +sleep $SLEEP + echo "Restarting consumer..." echo "======================= RESTART =======================" >> $LOG2 $SLAPD -f $CONF2 -h $URI2 -d $LVL $TIMING >> $LOG2 2>&1 &