Skip to content

Commit

Permalink
Increase timeout in MixedClusterClientYamlTestSuiteIT (elastic#100585)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
DaveCTurner committed Dec 1, 2023
1 parent ed435ad commit e87cba7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import org.elasticsearch.test.rest.yaml.ClientYamlTestCandidate;
import org.elasticsearch.test.rest.yaml.ESClientYamlSuiteTestCase;

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

public MixedClusterClientYamlTestSuiteIT(ClientYamlTestCandidate testCandidate) {
Expand Down

0 comments on commit e87cba7

Please sign in to comment.