Skip to content

Commit f3d4d57

Browse files
authored
Increase startup timeout in EnrollmentProcessTests (#116039)
Closes #114885
1 parent 18a57d8 commit f3d4d57

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,6 @@ tests:
208208
- class: org.elasticsearch.xpack.remotecluster.RemoteClusterSecurityWithApmTracingRestIT
209209
method: testTracingCrossCluster
210210
issue: https://github.com/elastic/elasticsearch/issues/112731
211-
- class: org.elasticsearch.packaging.test.EnrollmentProcessTests
212-
method: test20DockerAutoFormCluster
213-
issue: https://github.com/elastic/elasticsearch/issues/114885
214211
- class: org.elasticsearch.xpack.inference.DefaultEndPointsIT
215212
method: testInferDeploysDefaultElser
216213
issue: https://github.com/elastic/elasticsearch/issues/114913

qa/packaging/src/test/java/org/elasticsearch/packaging/test/EnrollmentProcessTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public void test20DockerAutoFormCluster() throws Exception {
116116
makeRequestAsElastic("https://localhost:9200/_cluster/health", "password"),
117117
containsString("\"number_of_nodes\":2")
118118
),
119-
20,
119+
60,
120120
TimeUnit.SECONDS
121121
);
122122

0 commit comments

Comments
 (0)