Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,14 +231,9 @@ tests:
- class: org.elasticsearch.search.basic.SearchWithRandomIOExceptionsIT
method: testRandomDirectoryIOExceptions
issue: https://github.com/elastic/elasticsearch/issues/114824
- class: org.elasticsearch.xpack.inference.InferenceRestIT
method: test {p0=inference/30_semantic_text_inference/Calculates embeddings using the default ELSER 2 endpoint}
issue: https://github.com/elastic/elasticsearch/issues/116542
Comment on lines -234 to -236
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also re-enable this test, which was fixed by #116749

- class: org.elasticsearch.compute.lucene.LuceneQueryExpressionEvaluatorTests
method: testTermQuery
issue: https://github.com/elastic/elasticsearch/issues/116879
- class: org.elasticsearch.xpack.inference.InferenceRestIT
issue: https://github.com/elastic/elasticsearch/issues/116899
- class: org.elasticsearch.xpack.restart.QueryBuilderBWCIT
method: testQueryBuilderBWC {p0=UPGRADED}
issue: https://github.com/elastic/elasticsearch/issues/116989
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected Settings restClientSettings() {
var baseSettings = super.restClientSettings();
return Settings.builder()
.put(baseSettings)
.put(CLIENT_SOCKET_TIMEOUT, "120s") // Long timeout for model download
.put(CLIENT_SOCKET_TIMEOUT, "300s") // Long timeout for model download
.build();
}

Expand Down