Skip to content

Commit 20c4849

Browse files
nielsbaumanywangd
authored andcommitted
Bump the MP x-pack YAML test suite timeout to 60m (elastic#127699)
After the `IndexTemplateRegistry` was made project-aware in elastic#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 elastic#127433
1 parent 722e6f5 commit 20c4849

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

Lines changed: 1 addition & 1 deletion
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)