test(codex): widen app-server wait timeout type

This commit is contained in:
Peter Steinberger
2026-05-26 10:17:52 +01:00
parent 55af31e0c6
commit 4c8e9da033

View File

@@ -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)) {