Skip to content

Commit cfdc859

Browse files
committed
try giving elasticsearch a longer timeout
1 parent d04a43c commit cfdc859

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-pipeline.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ jobs:
111111
-e "xpack.security.enabled=false" \
112112
-e "xpack.security.http.ssl.enabled=false" \
113113
-e "ELASTIC_PASSWORD=changeme" \
114+
-e "ES_JAVA_OPTS=-Xms1g -Xmx2g" \
115+
-e "http.max_content_length=100mb" \
116+
-e "http.timeout=60s" \
114117
-p 9200:9200 \
115118
docker.elastic.co/elasticsearch/elasticsearch:8.12.1
116119

0 commit comments

Comments
 (0)