diff --git a/extensions/codex/src/app-server/run-attempt.test.ts b/extensions/codex/src/app-server/run-attempt.test.ts index 9429c4e2c07..4ad06f9351b 100644 --- a/extensions/codex/src/app-server/run-attempt.test.ts +++ b/extensions/codex/src/app-server/run-attempt.test.ts @@ -421,7 +421,7 @@ function createAppServerHarness( return { request, requests, - async waitForMethod(method: string, timeoutMs = appServerHarnessWait.timeout) { + async waitForMethod(method: string, timeoutMs: number = appServerHarnessWait.timeout) { await vi.waitFor( () => { if (!requests.some((entry) => entry.method === method)) {