We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1106e7e + 19eefe5 commit bedc8a8Copy full SHA for bedc8a8
1 file changed
pkg/elasticsearch.sh
@@ -49,7 +49,7 @@ function configure_elasticsearch {
49
50
function _check_elasticsearch_ready {
51
# poll elasticsearch to see if it's started
52
- if ! wait_for_service 30 http://localhost:9200; then
+ if ! wait_for_service 120 http://localhost:9200; then
53
die $LINENO "Maximum timeout reached. Could not connect to ElasticSearch"
54
fi
55
}
0 commit comments