Skip to content

Commit c9b1eca

Browse files
committed
Increase Ccs relates yaml test suite timeouts (elastic#133528) (elastic#133795)
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 5f3fbaf commit c9b1eca

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
@@ -69,7 +69,7 @@
6969
* using the client running against the "write" cluster.
7070
*
7171
*/
72-
@TimeoutSuite(millis = 15 * TimeUnits.MINUTE) // to account for slow as hell VMs
72+
@TimeoutSuite(millis = 20 * TimeUnits.MINUTE) // to account for slow as hell VMs
7373
public class CcsCommonYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
7474

7575
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)