You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: qa/ccs-common-rest/src/yamlRestTest/java/org/elasticsearch/test/rest/yaml/RcsCcsCommonYamlTestSuiteIT.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@
65
65
* using the client running against the "write" cluster.
66
66
*
67
67
*/
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
0 commit comments