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
Tags 2.4.0
No related merge requests found
......@@ -51,7 +51,7 @@ public class ElasticsearchTestClient {
.withExposedPorts(PORT)
.withPassword(PASSWORD)
.withStartupTimeout(STARTUP_TIMEOUT)
.withMinimumRunningDuration(Duration.ofMinutes(5));
.withMinimumRunningDuration(Duration.ofMinutes(2));
public static ElasticsearchClient create() {
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