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 &