diff --git a/src/cli/gateway-cli/run-loop.test.ts b/src/cli/gateway-cli/run-loop.test.ts index 66aba21375d..ded7aaff4d7 100644 --- a/src/cli/gateway-cli/run-loop.test.ts +++ b/src/cli/gateway-cli/run-loop.test.ts @@ -37,7 +37,7 @@ const getActiveEmbeddedRunCount = vi.fn(() => 0); const waitForActiveEmbeddedRuns = vi.fn(async (_timeoutMs: number) => ({ drained: true, })); -const flushAllInboundDebouncers = vi.fn(async () => 0); +const flushAllInboundDebouncers = vi.fn(async (_options?: { timeoutMs?: number }) => 0); const waitForFollowupQueueDrain = vi.fn(async (_timeoutMs: number) => ({ drained: true, remaining: 0,