Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Dec 23, 2024
1 parent 235807b commit 04e60eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-server/tests/helpers/clickhouse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function delayUntilEventIngested<T extends any[] | number>(
maxDelayMs?: number
} = {}
): Promise<T> {
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
Expand Down

0 comments on commit 04e60eb

Please sign in to comment.