Skip to content

Commit

Permalink
[Transform] Increase timeout and unmute TransformContinuousIT (elasti…
Browse files Browse the repository at this point in the history
  • Loading branch information
przemekwitek committed Jan 18, 2024
1 parent d5042e9 commit 9f22169
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
*/
public class TransformContinuousIT extends TransformRestTestCase {

public static final int MAX_WAIT_TIME_ONE_ITERATION_SECONDS = 60;
public static final int MAX_WAIT_TIME_ONE_ITERATION_SECONDS = 120;
private List<ContinuousTestCase> transformTestCases = new ArrayList<>();

@Before
Expand Down Expand Up @@ -136,7 +136,6 @@ public void removePipelines() throws IOException {
deletePipeline(ContinuousTestCase.INGEST_PIPELINE);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97263")
public void testContinuousEvents() throws Exception {
String sourceIndexName = ContinuousTestCase.CONTINUOUS_EVENTS_SOURCE_INDEX;
DecimalFormat numberFormat = new DecimalFormat("000", new DecimalFormatSymbols(Locale.ROOT));
Expand Down

0 comments on commit 9f22169

Please sign in to comment.