Skip to content

Commit

Permalink
Increase Elasticsearch timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust authored May 4, 2021
1 parent cd58daf commit c0cda5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c0cda5a

Please sign in to comment.