Skip to content

Commit 280ed8d

Browse files
fix: use default ProtocolTimeout
1 parent 1faec78 commit 280ed8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/browser.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ function targetFilter(target: Target): boolean {
4040

4141
const connectOptions: ConnectOptions = {
4242
targetFilter,
43-
// We do not expect any single CDP command to take more than 10sec.
44-
protocolTimeout: 10_000,
4543
};
4644

4745
export async function ensureBrowserConnected(browserURL: string) {

0 commit comments

Comments
 (0)