test: harden ci timing cleanup

This commit is contained in:
Peter Steinberger
2026-04-22 04:43:25 +01:00
parent 4d223950a0
commit 00cdab99bf
2 changed files with 2 additions and 2 deletions

View File

@@ -440,7 +440,7 @@ describe("browser chrome helpers", () => {
wsPath: "/devtools/browser/stale-diagnostic",
onConnection: (wss) => wss.on("connection", (_ws) => {}),
run: async (baseUrl) => {
const diagnostic = await diagnoseChromeCdp(baseUrl, 300, 5);
const diagnostic = await diagnoseChromeCdp(baseUrl, 300, 50);
expect(diagnostic).toMatchObject({
ok: false,
code: "websocket_health_command_timeout",