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