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.
2 parents 31fbe36 + 00fa926 commit 0b734abCopy full SHA for 0b734ab
Hub/Dockerfile.txt
@@ -6,6 +6,7 @@ MAINTAINER Selenium <selenium-developers@googlegroups.com>
6
7
EXPOSE 4444
8
9
+ENV GRID_THROW_ON_CAPABILITY_NOT_PRESENT true
10
ENV GRID_NEW_SESSION_WAIT_TIMEOUT -1
11
ENV GRID_JETTY_MAX_THREADS -1
12
ENV GRID_NODE_POLLING 5000
Hub/generate_config
@@ -6,7 +6,7 @@ echo "
\"port\": 4444,
\"prioritizer\": null,
\"capabilityMatcher\": \"org.openqa.grid.internal.utils.DefaultCapabilityMatcher\",
- \"throwOnCapabilityNotPresent\": true,
+ \"throwOnCapabilityNotPresent\": $GRID_THROW_ON_CAPABILITY_NOT_PRESENT,
\"newSessionWaitTimeout\": $GRID_NEW_SESSION_WAIT_TIMEOUT,
\"jettyMaxThreads\": $GRID_JETTY_MAX_THREADS,
\"nodePolling\": $GRID_NODE_POLLING,
0 commit comments