Make PerfTest wait longer for RabbitMQ nodes to start

If all 3 RabbitMQ nodes take 15s to start, PerfTest container will crash
and not be auto-restarted.
This commit is contained in:
Gerhard Lazu 2019-04-16 15:41:36 +01:00
parent e8e224cc57
commit 0a9a085e91
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ services:
CONSUMERS: 3
RATE: 1
entrypoint: []
command: /bin/bash -c "sleep 10 && bin/runjava com.rabbitmq.perf.PerfTest"
command: /bin/bash -c "sleep 30 && bin/runjava com.rabbitmq.perf.PerfTest"
depends_on:
- rabbitmq1
- rabbitmq2