Skip to content

Commit 910ea93

Browse files
authored
Bump docs test suite timeout to 40min (#51200)
The docs test suite is still timing out on CI at 35 minutes, so pushing it to 40 minutes while we determine the cause of the slowdown. Relates: #49753
1 parent c893a3e commit 910ea93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/test/java/org/elasticsearch/smoketest/DocsClientYamlTestSuiteIT.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
import static org.elasticsearch.common.xcontent.ConstructingObjectParser.constructorArg;
5959

6060
//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)
61+
// gh#49753, tv#49753 : increasing timeout to 40 minutes until this gets fixes properly
62+
@TimeoutSuite(millis = 40 * TimeUnits.MINUTE)
6363
public class DocsClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
6464

6565
public DocsClientYamlTestSuiteIT(@Name("yaml") ClientYamlTestCandidate testCandidate) {

0 commit comments

Comments
 (0)