Skip to content

Commit 236a804

Browse files
authored
Merge branch '3.8' into create-pull-request/3.8.1-SNAPSHOT
2 parents c539bda + 7d1f66e commit 236a804

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/testFixtures/java/org/opensearch/knn/ODFERestTestCase.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ protected String getProtocol() {
5757
return isHttps() ? "https" : "http";
5858
}
5959

60+
@Override
61+
protected Settings restClientSettings() {
62+
return Settings.builder().put(super.restClientSettings()).put(CLIENT_SOCKET_TIMEOUT, "90s").build();
63+
}
64+
6065
@Override
6166
protected RestClient buildClient(Settings settings, HttpHost[] hosts) throws IOException {
6267
RestClientBuilder builder = RestClient.builder(hosts);

0 commit comments

Comments
 (0)