Bump docs test suite timeout to 40min (#51204)

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
Backport of: #51200
This commit is contained in:
Tim Vernum 2020-01-20 17:38:04 +11:00 committed by GitHub
parent 694b8ab95d
commit 815cceff9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ import static java.util.Collections.singletonMap;
import static org.elasticsearch.common.xcontent.ConstructingObjectParser.constructorArg;
//The default 20 minutes timeout isn't always enough, please do not increase further than 30 before analyzing what makes this suite so slow
// gh#49753 increasing timeout to 35 minutes until this gets fixes properly
@TimeoutSuite(millis = 35 * TimeUnits.MINUTE)
// gh#49753, tv#49753 : increasing timeout to 40 minutes until this gets fixes properly
@TimeoutSuite(millis = 40 * TimeUnits.MINUTE)
public class DocsClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
public DocsClientYamlTestSuiteIT(@Name("yaml") ClientYamlTestCandidate testCandidate) {