We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60e450d + 8740f13 commit 31234cbCopy full SHA for 31234cb
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