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 787cf6f commit bec5a75Copy full SHA for bec5a75
java/src/org/openqa/selenium/grid/data/NodeStatus.java
@@ -76,7 +76,7 @@ public static NodeStatus fromJson(JsonInput input) {
76
Set<Slot> slots = null;
77
Availability availability = null;
78
Duration heartbeatPeriod = null;
79
- Duration sessionTimeout = null;
+ Duration sessionTimeout = Duration.ofSeconds(300);
80
String version = null;
81
Map<String, String> osInfo = null;
82
0 commit comments