File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
seleniumbase/utilities/selenium_grid Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ if [ "$GRID_HUB_VERBOSE_LOGS" == "True" ]; then
34
34
fi
35
35
36
36
WEBDRIVER_SERVER_JAR=${DIR} /selenium-server-standalone.jar
37
- WEBDRIVER_HUB_PARAMS=" -role hub -timeout 180 -browserTimeout 75 -port 4444"
37
+ WEBDRIVER_HUB_PARAMS=" -role hub -timeout 230 -browserTimeout 170 -port 4444"
38
38
WEBDRIVER_HUB_PIDFILE=" /tmp/webdriver_hub.pid"
39
39
40
40
if [ ! -f $WEBDRIVER_SERVER_JAR ]; then
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def main():
81
81
if grid_hub_command == "start" or grid_hub_command == "restart" :
82
82
shell_command = (
83
83
"""java -jar %s/selenium-server-standalone.jar -role hub """
84
- """-timeout 180 -browserTimeout 75 -port 4444""" % dir_path )
84
+ """-timeout 230 -browserTimeout 170 -port 4444""" % dir_path )
85
85
print ("\n Starting Selenium-WebDriver Grid Hub...\n " )
86
86
print (shell_command )
87
87
print ("" )
Original file line number Diff line number Diff line change 1
- java -jar selenium-server-standalone.jar -role hub -timeout 180 -browserTimeout 75 -port 4444
1
+ java -jar selenium-server-standalone.jar -role hub -timeout 230 -browserTimeout 170 -port 4444
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- java -jar selenium-server-standalone.jar -role hub -timeout 180 -browserTimeout 75 -port 4444
2
+ java -jar selenium-server-standalone.jar -role hub -timeout 230 -browserTimeout 170 -port 4444
You can’t perform that action at this time.
0 commit comments