We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c893a3e commit 910ea93Copy full SHA for 910ea93
docs/src/test/java/org/elasticsearch/smoketest/DocsClientYamlTestSuiteIT.java
@@ -58,8 +58,8 @@
58
import static org.elasticsearch.common.xcontent.ConstructingObjectParser.constructorArg;
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
61
-// gh#49753 increasing timeout to 35 minutes until this gets fixes properly
62
-@TimeoutSuite(millis = 35 * TimeUnits.MINUTE)
+// gh#49753, tv#49753 : increasing timeout to 40 minutes until this gets fixes properly
+@TimeoutSuite(millis = 40 * TimeUnits.MINUTE)
63
public class DocsClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
64
65
public DocsClientYamlTestSuiteIT(@Name("yaml") ClientYamlTestCandidate testCandidate) {
0 commit comments