mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
6d160b26f0
commit
fa250dec0a
1 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ export default function(ftrContext: FtrProviderContext) {
|
|||
// this call enforces signature check to detect license update
|
||||
// and causes license re-fetch
|
||||
await setup.core.http.get('/');
|
||||
await testUtils.delay(100);
|
||||
await testUtils.delay(500);
|
||||
|
||||
const licensing: LicensingPluginSetup = setup.plugins.licensing;
|
||||
licensing.license$.subscribe(license => cb(license.type));
|
||||
|
@ -48,7 +48,7 @@ export default function(ftrContext: FtrProviderContext) {
|
|||
// this call enforces signature check to detect license update
|
||||
// and causes license re-fetch
|
||||
await setup.core.http.get('/');
|
||||
await testUtils.delay(100);
|
||||
await testUtils.delay(500);
|
||||
|
||||
const licensing: LicensingPluginSetup = setup.plugins.licensing;
|
||||
licensing.license$.subscribe(license => cb(license.type));
|
||||
|
@ -64,7 +64,7 @@ export default function(ftrContext: FtrProviderContext) {
|
|||
// this call enforces signature check to detect license update
|
||||
// and causes license re-fetch
|
||||
await setup.core.http.get('/');
|
||||
await testUtils.delay(100);
|
||||
await testUtils.delay(500);
|
||||
|
||||
const licensing: LicensingPluginSetup = setup.plugins.licensing;
|
||||
licensing.license$.subscribe(license => cb(license.type));
|
||||
|
@ -80,7 +80,7 @@ export default function(ftrContext: FtrProviderContext) {
|
|||
// this call enforces signature check to detect license update
|
||||
// and causes license re-fetch
|
||||
await setup.core.http.get('/');
|
||||
await testUtils.delay(100);
|
||||
await testUtils.delay(500);
|
||||
|
||||
const licensing: LicensingPluginSetup = setup.plugins.licensing;
|
||||
licensing.license$.subscribe(license => cb(license.type));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue