Skip to content
Snippets Groups Projects
Commit 55d78018 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-7346: Experiment with shorter minimum time

parent d7bd480e
Branches
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ public class ElasticsearchTestClient { ...@@ -51,7 +51,7 @@ public class ElasticsearchTestClient {
.withExposedPorts(PORT) .withExposedPorts(PORT)
.withPassword(PASSWORD) .withPassword(PASSWORD)
.withStartupTimeout(STARTUP_TIMEOUT) .withStartupTimeout(STARTUP_TIMEOUT)
.withMinimumRunningDuration(Duration.ofMinutes(5)); .withMinimumRunningDuration(Duration.ofMinutes(2));
public static ElasticsearchClient create() { public static ElasticsearchClient create() {
var transport = new RestClientTransport(buildRestClient(), new JacksonJsonpMapper()); var transport = new RestClientTransport(buildRestClient(), new JacksonJsonpMapper());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment