We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3ae91f commit 799c780Copy full SHA for 799c780
src/browser.ts
@@ -40,8 +40,6 @@ function targetFilter(target: Target): boolean {
40
41
const connectOptions: ConnectOptions = {
42
targetFilter,
43
- // We do not expect any single CDP command to take more than 10sec.
44
- protocolTimeout: 10_000,
45
};
46
47
export async function ensureBrowserConnected(browserURL: string) {
0 commit comments