Skip to content

Commit 9536b79

Browse files
committed
Re-enabled test with longer timeout waiting for monitoring.
See #48258
1 parent 65700b6 commit 9536b79

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;
@@ -106,7 +107,7 @@ private void setupGenericLifecycleTest(boolean deletePipeilne) throws Exception
106107

107108
public void testBasicFlow() throws Exception {
108109
setupGenericLifecycleTest(true);
109-
// assertBusy(CommonEnrichRestTestCase::verifyEnrichMonitoring, 1, TimeUnit.MINUTES);
110+
assertBusy(CommonEnrichRestTestCase::verifyEnrichMonitoring, 3, TimeUnit.MINUTES);
110111
}
111112

112113
public void testImmutablePolicy() throws IOException {

0 commit comments

Comments
 (0)