File tree 1 file changed +5
-0
lines changed
test/framework/src/main/java/org/elasticsearch/test/rest/yaml 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 20
20
package org .elasticsearch .test .rest .yaml ;
21
21
22
22
import com .carrotsearch .randomizedtesting .RandomizedTest ;
23
+ import com .carrotsearch .randomizedtesting .annotations .TimeoutSuite ;
23
24
import org .apache .http .HttpHost ;
25
+ import org .apache .lucene .util .TimeUnits ;
24
26
import org .elasticsearch .Version ;
25
27
import org .elasticsearch .client .Node ;
26
28
import org .elasticsearch .client .Request ;
60
62
/**
61
63
* Runs a suite of yaml tests shared with all the official Elasticsearch
62
64
* clients against against an elasticsearch cluster.
65
+ *
66
+ * The suite timeout is extended to account for projects with a large number of tests.
63
67
*/
68
+ @ TimeoutSuite (millis = 30 * TimeUnits .MINUTE )
64
69
public abstract class ESClientYamlSuiteTestCase extends ESRestTestCase {
65
70
66
71
/**
You can’t perform that action at this time.
0 commit comments