Skip to content

Commit 5e6887b

Browse files
authored
Increase Ccs relates yaml test suite timeouts (#133528)
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 #133409
1 parent 60765b1 commit 5e6887b

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
@@ -65,7 +65,7 @@
6565
* using the client running against the "write" cluster.
6666
*
6767
*/
68-
@TimeoutSuite(millis = 20 * TimeUnits.MINUTE) // to account for slow as hell VMs
68+
@TimeoutSuite(millis = 25 * TimeUnits.MINUTE) // to account for slow as hell VMs
6969
public class RcsCcsCommonYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
7070

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

0 commit comments

Comments
 (0)