mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:40:44 +00:00
test: harden qa parity config cleanup
This commit is contained in:
@@ -524,7 +524,7 @@ describe("chrome.ts internal", () => {
|
||||
});
|
||||
},
|
||||
run: async (baseUrl) => {
|
||||
await expect(isChromeCdpReady(baseUrl, 50, 10)).resolves.toBe(true);
|
||||
await expect(isChromeCdpReady(baseUrl, 500, 100)).resolves.toBe(true);
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user