File tree 1 file changed +3
-1
lines changed
docs/src/test/java/org/elasticsearch/smoketest
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
22
import com .carrotsearch .randomizedtesting .annotations .Name ;
23
23
import com .carrotsearch .randomizedtesting .annotations .ParametersFactory ;
24
24
import com .carrotsearch .randomizedtesting .annotations .TimeoutSuite ;
25
+
25
26
import org .apache .http .HttpHost ;
26
27
import org .apache .lucene .util .BytesRef ;
27
28
import org .apache .lucene .util .TimeUnits ;
57
58
import static org .elasticsearch .common .xcontent .ConstructingObjectParser .constructorArg ;
58
59
59
60
//The default 20 minutes timeout isn't always enough, please do not increase further than 30 before analyzing what makes this suite so slow
60
- @ TimeoutSuite (millis = 30 * TimeUnits .MINUTE )
61
+ // gh#49753 increasing timeout to 35 minutes until this gets fixes properly
62
+ @ TimeoutSuite (millis = 35 * TimeUnits .MINUTE )
61
63
public class DocsClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
62
64
63
65
public DocsClientYamlTestSuiteIT (@ Name ("yaml" ) ClientYamlTestCandidate testCandidate ) {
You can’t perform that action at this time.
0 commit comments