Skip to content

Commit

Permalink
Bump esql test suite timeout (#108488)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed May 9, 2024
1 parent b26dc84 commit 0081c1c
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -7,8 +7,10 @@
package org.elasticsearch.xpack.esql.qa.rest;

import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;
import com.carrotsearch.randomizedtesting.annotations.TimeoutSuite;

import org.apache.http.HttpEntity;
import org.apache.lucene.tests.util.TimeUnits;
import org.elasticsearch.Build;
import org.elasticsearch.Version;
import org.elasticsearch.client.Request;
Expand Down Expand Up @@ -56,6 +58,8 @@
import static org.elasticsearch.xpack.ql.CsvSpecReader.specParser;
import static org.elasticsearch.xpack.ql.TestUtils.classpathResources;

// This test can run very long in serverless configurations
@TimeoutSuite(millis = 30 * TimeUnits.MINUTE)
public abstract class EsqlSpecTestCase extends ESRestTestCase {

// To avoid referencing the main module, we replicate EsqlFeatures.ASYNC_QUERY.id() here
Expand Down

0 comments on commit 0081c1c

Please sign in to comment.