mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Try higher timeout
This commit is contained in:
parent
30793c0da4
commit
4723ced751
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ export const END_DATE = '2020-01-01T00:00:00Z';
|
|||
export const DOCUMENT_SOURCE = 'queryDataEndpointTests';
|
||||
export const DOCUMENT_REFERENCE = '-na-';
|
||||
|
||||
export const TEST_CACHE_EXPIRATION_TIME = 10000;
|
||||
// Higher than the configured yml setting to avoid race conditions
|
||||
export const TEST_CACHE_EXPIRATION_TIME = 12000;
|
||||
|
||||
export async function createEsDocuments(
|
||||
es: Client,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue