Skip to content

Commit b08c27d

Browse files
committed
Increase node up timeout in AbstractLocalClusterFactory
1 parent c4249a8 commit b08c27d

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/AbstractLocalClusterFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public abstract class AbstractLocalClusterFactory<S extends LocalClusterSpec, H
7373
implements
7474
LocalClusterFactory<S, H> {
7575
private static final Logger LOGGER = LogManager.getLogger(AbstractLocalClusterFactory.class);
76-
private static final Duration NODE_UP_TIMEOUT = Duration.ofMinutes(3);
76+
private static final Duration NODE_UP_TIMEOUT = Duration.ofMinutes(6);
7777
private static final Map<Pair<Version, DistributionType>, DistributionDescriptor> TEST_DISTRIBUTIONS = new ConcurrentHashMap<>();
7878
private static final String TESTS_CLUSTER_MODULES_PATH_SYSPROP = "tests.cluster.modules.path";
7979
private static final String TESTS_CLUSTER_PLUGINS_PATH_SYSPROP = "tests.cluster.plugins.path";

0 commit comments

Comments
 (0)