mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:00:43 +00:00
test(browser): avoid flaky CDP SSRF timeout
This commit is contained in:
@@ -377,7 +377,7 @@ describe("browser chrome helpers", () => {
|
||||
try {
|
||||
const addr = server.address() as AddressInfo;
|
||||
await expect(
|
||||
getChromeWebSocketUrl(`http://127.0.0.1:${addr.port}`, 50, {
|
||||
getChromeWebSocketUrl(`http://127.0.0.1:${addr.port}`, 1000, {
|
||||
dangerouslyAllowPrivateNetwork: false,
|
||||
allowedHostnames: ["127.0.0.1"],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user