perf: reduce test/runtime overhead in plugin runtime and e2e harness

This commit is contained in:
Peter Steinberger
2026-02-13 18:24:14 +00:00
parent 3cbcba10cf
commit 39e6e4cd2c
4 changed files with 111 additions and 21 deletions

View File

@@ -268,6 +268,7 @@ describe("gateway canvas host auth", () => {
maxAttempts: 1,
windowMs: 60_000,
lockoutMs: 60_000,
exemptLoopback: false,
});
const canvasWss = new WebSocketServer({ noServer: true });
const canvasHost: CanvasHostHandler = {