File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ USER 1200
4
4
# Selenium Router Configuration
5
5
#========================
6
6
7
+ # In seconds, maps to "--session-request-timeout"
8
+ ENV SE_SESSION_REQUEST_TIMEOUT 300
9
+ # In seconds, maps to "--session-retry-interval"
10
+ ENV SE_SESSION_RETRY_INTERVAL 5
11
+
7
12
EXPOSE 4444
8
13
9
14
COPY start-selenium-grid-router.sh \
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ java ${JAVA_OPTS} -jar /opt/selenium/selenium-server.jar router \
53
53
--sessions-host " ${SE_SESSIONS_MAP_HOST} " --sessions-port " ${SE_SESSIONS_MAP_PORT} " \
54
54
--distributor-host " ${SE_DISTRIBUTOR_HOST} " --distributor-port " ${SE_DISTRIBUTOR_PORT} " \
55
55
--sessionqueue-host " ${SE_SESSION_QUEUE_HOST} " --sessionqueue-port " ${SE_SESSION_QUEUE_PORT} " \
56
+ --session-request-timeout ${SE_SESSION_REQUEST_TIMEOUT} \
57
+ --session-retry-interval ${SE_SESSION_RETRY_INTERVAL} \
56
58
--relax-checks true \
57
59
${HOST_CONFIG} \
58
60
${PORT_CONFIG} \
You can’t perform that action at this time.
0 commit comments