mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:50:45 +00:00
test: harden ci timing cleanup
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user