Skip to content

Commit

Permalink
Merge branch 'trunk' into js_nodev_update
Browse files Browse the repository at this point in the history
  • Loading branch information
harsha509 authored Jan 10, 2025
2 parents 60e450d + 8740f13 commit 31234cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/org/openqa/selenium/devtools/DevTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class DevTools implements Closeable {
private static final Logger LOG = Logger.getLogger(DevTools.class.getName());

private final Domains protocol;
private final Duration timeout = Duration.ofSeconds(10);
private final Duration timeout = Duration.ofSeconds(30);
private final Connection connection;
private SessionID cdpSession = null;

Expand Down

0 comments on commit 31234cb

Please sign in to comment.