mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 01:33:56 +00:00
test(browser): avoid flaky CDP SSRF timeout
This commit is contained in:
parent
abb32e39b5
commit
6929fa764c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"],
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue