Re-enabled test with longer timeout waiting for monitoring.

See #48258
This commit is contained in:
Martijn van Groningen 2019-10-31 14:11:25 +01:00
parent c2f52015d3
commit a1dd830cb5
No known key found for this signature in database
GPG Key ID: AB236F4FCF2AF12A
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ import org.junit.After;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder;
import static org.hamcrest.Matchers.equalTo;
@ -100,7 +101,7 @@ public abstract class CommonEnrichRestTestCase extends ESRestTestCase {
public void testBasicFlow() throws Exception {
setupGenericLifecycleTest(true);
// assertBusy(CommonEnrichRestTestCase::verifyEnrichMonitoring, 1, TimeUnit.MINUTES);
assertBusy(CommonEnrichRestTestCase::verifyEnrichMonitoring, 3, TimeUnit.MINUTES);
}
public void testImmutablePolicy() throws IOException {