Skip to content

Commit

Permalink
Increase timeout in MixedClusterClientYamlTestSuiteIT (#100585) (#102852
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)

Co-authored-by: David Turner <david.turner@elastic.co>
  • Loading branch information
breskeby and DaveCTurner authored Dec 1, 2023
1 parent ed435ad commit b5e7a2e
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 b5e7a2e

Please sign in to comment.