Skip to content

Commit 1c87143

Browse files
authored
Adding session timeout to Standalone (SeleniumHQ#1244) [deploy]
1 parent a101c6f commit 1c87143

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Standalone/start-selenium-standalone.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ fi
88

99
java ${JAVA_OPTS} -jar /opt/selenium/selenium-server.jar standalone \
1010
--relax-checks ${SE_RELAX_CHECKS} \
11+
--session-timeout ${SE_NODE_SESSION_TIMEOUT} \
1112
${SE_OPTS}

0 commit comments

Comments
 (0)