Try higher timeout

This commit is contained in:
Mike Cote 2024-10-22 11:01:43 -04:00
parent 30793c0da4
commit 4723ced751

View file

@ -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,