Skip to content

Commit bedc8a8

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Increase the Elasticsearch service timeout"
2 parents 1106e7e + 19eefe5 commit bedc8a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/elasticsearch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function configure_elasticsearch {
4949

5050
function _check_elasticsearch_ready {
5151
# poll elasticsearch to see if it's started
52-
if ! wait_for_service 30 http://localhost:9200; then
52+
if ! wait_for_service 120 http://localhost:9200; then
5353
die $LINENO "Maximum timeout reached. Could not connect to ElasticSearch"
5454
fi
5555
}

0 commit comments

Comments
 (0)