Skip to content

Commit 6f58842

Browse files
mark-vieiraomricohenn
authored andcommitted
Bump test cluster startup timeout back to 5 minutes
1 parent d06905c commit 6f58842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-clusters/src/main/java/org/elasticsearch/test/cluster/local/DefaultLocalClusterHandle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class DefaultLocalClusterHandle implements LocalClusterHandle {
4141
public static final AtomicInteger NEXT_DEBUG_PORT = new AtomicInteger(5007);
4242

4343
private static final Logger LOGGER = LogManager.getLogger(DefaultLocalClusterHandle.class);
44-
private static final Duration CLUSTER_UP_TIMEOUT = Duration.ofMinutes(1);
44+
private static final Duration CLUSTER_UP_TIMEOUT = Duration.ofMinutes(5);
4545

4646
public final ForkJoinPool executor = new ForkJoinPool(
4747
Math.max(Runtime.getRuntime().availableProcessors(), 4),

0 commit comments

Comments
 (0)