소스 검색

Increase Elasticsearch timeout

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

+ 1 - 1
compose/bin/setup

@@ -19,7 +19,7 @@ bin/clinotty chmod u+x bin/magento
 mv .vscode src
 
 echo "Waiting for connection to Elasticsearch..."
-bin/clinotty timeout 30 bash -c "
+bin/clinotty timeout 100 bash -c "
     until curl --silent --output /dev/null http://$ES_HOST:$ES_PORT/_cat/health?h=st; do
         printf '.'
         sleep 5