Skip to content

Commit e231410

Browse files
author
OpenShift Bot
authored
Merge pull request #371 from lukas-vlcek/370
Merged by openshift-bot
2 parents 54e6fff + 6cb7ee9 commit e231410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/probe/readiness.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
ES_REST_BASEURL=https://localhost:9200
2121
EXPECTED_RESPONSE_CODE=200
2222
secret_dir=/etc/elasticsearch/secret
23-
max_time=${max_time:-1}
23+
max_time=${max_time:-4}
2424

2525
response_code=$(curl -s -X HEAD \
2626
--cacert $secret_dir/admin-ca \

0 commit comments

Comments
 (0)