File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
docs/src/test/java/org/elasticsearch/smoketest Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2222import com .carrotsearch .randomizedtesting .annotations .Name ;
2323import com .carrotsearch .randomizedtesting .annotations .ParametersFactory ;
2424import com .carrotsearch .randomizedtesting .annotations .TimeoutSuite ;
25+
2526import org .apache .http .HttpHost ;
2627import org .apache .lucene .util .BytesRef ;
2728import org .apache .lucene .util .TimeUnits ;
5758import static org .elasticsearch .common .xcontent .ConstructingObjectParser .constructorArg ;
5859
5960//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 )
6163public class DocsClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
6264
6365 public DocsClientYamlTestSuiteIT (@ Name ("yaml" ) ClientYamlTestCandidate testCandidate ) {
You can’t perform that action at this time.
0 commit comments