We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54e6fff + 6cb7ee9 commit e231410Copy full SHA for e231410
elasticsearch/probe/readiness.sh
@@ -20,7 +20,7 @@
20
ES_REST_BASEURL=https://localhost:9200
21
EXPECTED_RESPONSE_CODE=200
22
secret_dir=/etc/elasticsearch/secret
23
-max_time=${max_time:-1}
+max_time=${max_time:-4}
24
25
response_code=$(curl -s -X HEAD \
26
--cacert $secret_dir/admin-ca \
0 commit comments