fix: stabilize gateway tests

This commit is contained in:
Peter Steinberger
2026-01-20 16:02:38 +00:00
parent 99fc0fbac1
commit 404470853a
2 changed files with 3 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ async function ensureResponseConsumed(res: Response) {
}
describe("OpenResponses HTTP API (e2e)", () => {
it("is disabled by default (requires config)", async () => {
it("is disabled by default (requires config)", { timeout: 120_000 }, async () => {
const port = await getFreePort();
const server = await startServerWithDefaultConfig(port);
try {