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:
parent
e8e224cc57
commit
0a9a085e91
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue