From fb30dabd14fde68c07622d42e05bdba94ec7842a Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 11 Jan 2006 07:38:21 +0000 Subject: [PATCH] Add a delay while consumer is down to exercise proxy retry --- tests/scripts/test045-syncreplication-proxied | 4 ++++ 1 file changed, 4 insertions(+) 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 & -- 2.39.5