From 04e60eb90be49faf0e9071579a95d037810fe272 Mon Sep 17 00:00:00 2001 From: Ben White Date: Mon, 23 Dec 2024 09:19:51 +0100 Subject: [PATCH] Fixes --- plugin-server/tests/helpers/clickhouse.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-server/tests/helpers/clickhouse.ts b/plugin-server/tests/helpers/clickhouse.ts index afb0df7c26584..1c9dc32e68706 100644 --- a/plugin-server/tests/helpers/clickhouse.ts +++ b/plugin-server/tests/helpers/clickhouse.ts @@ -40,7 +40,7 @@ export async function delayUntilEventIngested( maxDelayMs?: number } = {} ): Promise { - const { minLength = 1, delayMs = 100, maxDelayMs = 5000 } = options + const { minLength = 1, delayMs = 100, maxDelayMs = 30000 } = options const timer = performance.now() let data: T let dataLength = 0