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 1faec78 commit a525f19Copy full SHA for a525f19
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