|
@@ -2382,7 +2382,7 @@ public abstract class ESRestTestCase extends ESTestCase {
|
|
|
assertThat("Expecting non-null license status", status, notNullValue());
|
|
|
assertThat("Expecting active license", status, equalTo("active"));
|
|
|
}
|
|
|
- });
|
|
|
+ }, 10, TimeUnit.MINUTES);
|
|
|
}
|
|
|
|
|
|
// TODO: replace usages of this with warning_regex or allowed_warnings_regex
|