increase disable notification timeout for test
Original commit: elastic/x-pack-elasticsearch@59b9fce0bf
This commit is contained in:
parent
d7c9a2c8fc
commit
c2c1eeeb97
|
@ -68,7 +68,7 @@ public class LicensesPluginIntegrationTests extends AbstractLicensesIntegrationT
|
||||||
|
|
||||||
logger.info(" --> check signed license expiry notification");
|
logger.info(" --> check signed license expiry notification");
|
||||||
// consumer plugin should notify onDisabled on all data nodes (expired signed license)
|
// consumer plugin should notify onDisabled on all data nodes (expired signed license)
|
||||||
assertConsumerPluginDisableNotification(5);
|
assertConsumerPluginDisableNotification(5 * 2);
|
||||||
assertLicenseManagerDisabledFeatureFor(TestPluginService.FEATURE_NAME);
|
assertLicenseManagerDisabledFeatureFor(TestPluginService.FEATURE_NAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue