소스 검색

Increase RabbitMQ sleep timeout to 10 #426

Mark Shust 3 년 전
부모
커밋
0555094859
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compose/bin/setup

+ 1 - 1
compose/bin/setup

@@ -28,7 +28,7 @@ bin/clinotty timeout 100 bash -c "
 
 echo ""
 echo "Waiting for connection to RabbitMQ..."
-rabbitmqi=4
+rabbitmqi=10
 until [ $rabbitmqi -le 0 ]; do
     printf '.'
     (( rabbitmqi-- ))