Skip to content

Commit 99f67fa

Browse files
authored
Bump the MP x-pack YAML test suite timeout to 60m (#127699)
After the `IndexTemplateRegistry` was made project-aware in #126986, we were seeing timeouts of the MP version of the x-pack YAML test suite. The original version has a timeout of 60 minutes but the MP-version still had a timeout of 30 minutes. We've gotten away with that difference because there are still tests on the blacklist for the MP version, but now that we're making more and more features project-aware, we need to align the timeout. Fixes #127433
1 parent c761b0c commit 99f67fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/qa/multi-project/xpack-rest-tests-with-multiple-projects/src/yamlRestTest/java/org/elasticsearch/multiproject/test/XpackWithMultipleProjectsClientYamlTestSuiteIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase;
2121
import org.junit.ClassRule;
2222

23-
@TimeoutSuite(millis = 30 * TimeUnits.MINUTE)
23+
@TimeoutSuite(millis = 60 * TimeUnits.MINUTE)
2424
public class XpackWithMultipleProjectsClientYamlTestSuiteIT extends MultipleProjectsClientYamlSuiteTestCase {
2525
@ClassRule
2626
public static ElasticsearchCluster cluster = ElasticsearchCluster.local()

0 commit comments

Comments
 (0)