Add a delay while consumer is down to exercise proxy retry

This commit is contained in:
Howard Chu 2006-01-11 07:38:21 +00:00
parent 3e682cdac4
commit fb30dabd14

View file

@ -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 &