Skip to content

Commit 1ed5682

Browse files
committed
Re-enabled test with longer timeout waiting for monitoring.
See #48258
1 parent 2533704 commit 1ed5682

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/enrich/qa/common/src/main/java/org/elasticsearch/test/enrich/CommonEnrichRestTestCase.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import java.io.IOException;
2323
import java.util.List;
2424
import java.util.Map;
25+
import java.util.concurrent.TimeUnit;
2526

2627
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
2728
import static org.hamcrest.Matchers.equalTo;
@@ -100,7 +101,7 @@ private void setupGenericLifecycleTest(boolean deletePipeilne) throws Exception
100101

101102
public void testBasicFlow() throws Exception {
102103
setupGenericLifecycleTest(true);
103-
// assertBusy(CommonEnrichRestTestCase::verifyEnrichMonitoring, 1, TimeUnit.MINUTES);
104+
assertBusy(CommonEnrichRestTestCase::verifyEnrichMonitoring, 3, TimeUnit.MINUTES);
104105
}
105106

106107
public void testImmutablePolicy() throws IOException {

0 commit comments

Comments
 (0)