fix: stabilize ci tests

This commit is contained in:
Peter Steinberger
2026-01-23 09:52:22 +00:00
parent 6e570561b6
commit bb9bddebb4
3 changed files with 89 additions and 120 deletions

View File

@@ -40,7 +40,7 @@ const sendReq = (
);
};
describe("gateway server chat", () => {
const timeoutMs = process.platform === "win32" ? 120_000 : 60_000;
const timeoutMs = 120_000;
test(
"handles history, abort, idempotency, and ordering flows",
{ timeout: timeoutMs },