fix: abort embedded prompts on cancel

This commit is contained in:
Peter Steinberger
2026-01-18 05:17:28 +00:00
parent 89c5185f1c
commit 016693a1f5
16 changed files with 128 additions and 44 deletions

View File

@@ -46,7 +46,7 @@ describe("gateway server misc", () => {
}
});
test("send dedupes by idempotencyKey", { timeout: 8000 }, async () => {
test("send dedupes by idempotencyKey", { timeout: 20_000 }, async () => {
const { server, ws } = await startServerWithClient();
await connectOk(ws);