Skip to content

Commit

Permalink
Try higher timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Oct 22, 2024
1 parent 30793c0 commit 4723ced
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4723ced

Please sign in to comment.