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 050feb0 commit 0f52c61Copy full SHA for 0f52c61
java/src/org/openqa/selenium/devtools/DevTools.java
@@ -42,7 +42,7 @@ public class DevTools implements Closeable {
42
private static final Logger LOG = Logger.getLogger(DevTools.class.getName());
43
44
private final Domains protocol;
45
- private final Duration timeout = Duration.ofSeconds(10);
+ private final Duration timeout = Duration.ofSeconds(30);
46
private final Connection connection;
47
private SessionID cdpSession = null;
48
0 commit comments