Skip to content

Commit b5e7a2e

Browse files
Increase timeout in MixedClusterClientYamlTestSuiteIT (#100585) (#102852)
This suite now has a couple of thousand tests, some of which take a couple of seconds, so it times out occasionally. Relaxing the timeout further. (cherry picked from commit 63b4ee1) Co-authored-by: David Turner <[email protected]>
1 parent ed435ad commit b5e7a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/mixed-cluster/src/test/java/org/elasticsearch/backwards/MixedClusterClientYamlTestSuiteIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import org.elasticsearch.test.rest.yaml.ClientYamlTestCandidate;
1616
import org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase;
1717

18-
@TimeoutSuite(millis = 40 * TimeUnits.MINUTE) // some of the windows test VMs are slow as hell
18+
@TimeoutSuite(millis = 60 * TimeUnits.MINUTE) // some of the windows test VMs are slow as hell
1919
public class MixedClusterClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
2020

2121
public MixedClusterClientYamlTestSuiteIT(ClientYamlTestCandidate testCandidate) {

0 commit comments

Comments
 (0)