increase disable notification timeout for test

Original commit: elastic/x-pack-elasticsearch@59b9fce0bf
This commit is contained in:
Areek Zillur 2014-10-28 21:44:21 -04:00
parent d7c9a2c8fc
commit c2c1eeeb97
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }