We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30793c0 commit 4723cedCopy full SHA for 4723ced
1 file changed
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/create_test_data.ts
@@ -15,7 +15,8 @@ export const END_DATE = '2020-01-01T00:00:00Z';
15
export const DOCUMENT_SOURCE = 'queryDataEndpointTests';
16
export const DOCUMENT_REFERENCE = '-na-';
17
18
-export const TEST_CACHE_EXPIRATION_TIME = 10000;
+// Higher than the configured yml setting to avoid race conditions
19
+export const TEST_CACHE_EXPIRATION_TIME = 12000;
20
21
export async function createEsDocuments(
22
es: Client,
0 commit comments