Skip to content

Commit 0257ef5

Browse files
cbueschersarog
authored andcommitted
Increase Ccs relates yaml test suite timeouts (elastic#133528) (elastic#133795) (elastic#133803)
This increases the test suite timeout for CcsCommonYamlTestSuiteIT from 15 to 20 minutes and for RcsCcsCommonYamlTestSuiteIT from 20 to 25 minutes. This is currently necessary because the suite frequently time out in encryption-at-rest builds. Relates to elastic#133409
1 parent 72f6b7a commit 0257ef5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qa/ccs-common-rest/src/yamlRestTest/java/org/elasticsearch/test/rest/yaml/CcsCommonYamlTestSuiteIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
* using the client running against the "write" cluster.
6868
*
6969
*/
70-
@TimeoutSuite(millis = 15 * TimeUnits.MINUTE) // to account for slow as hell VMs
70+
@TimeoutSuite(millis = 20 * TimeUnits.MINUTE) // to account for slow as hell VMs
7171
public class CcsCommonYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
7272

7373
private static final Logger logger = LogManager.getLogger(CcsCommonYamlTestSuiteIT.class);

qa/ccs-common-rest/src/yamlRestTest/java/org/elasticsearch/test/rest/yaml/RcsCcsCommonYamlTestSuiteIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
* using the client running against the "write" cluster.
6565
*
6666
*/
67-
@TimeoutSuite(millis = 20 * TimeUnits.MINUTE) // to account for slow as hell VMs
67+
@TimeoutSuite(millis = 25 * TimeUnits.MINUTE) // to account for slow as hell VMs
6868
public class RcsCcsCommonYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
6969

7070
private static final Logger logger = LogManager.getLogger(RcsCcsCommonYamlTestSuiteIT.class);

0 commit comments

Comments
 (0)