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 30 -browserTimeout 60 -port 4444"
37
+ WEBDRIVER_HUB_PARAMS=" -role hub -timeout 180 -browserTimeout 75 -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 @@ -79,7 +79,7 @@ def main():
79
79
if grid_hub_command == "start" or grid_hub_command == "restart" :
80
80
shell_command = (
81
81
"""java -jar %s/selenium-server-standalone.jar -role hub """
82
- """-timeout 30 -browserTimeout 60 -port 4444""" % dir_path )
82
+ """-timeout 180 -browserTimeout 75 -port 4444""" % dir_path )
83
83
print ("\n Starting Selenium-WebDriver Grid Hub...\n " )
84
84
print (shell_command )
85
85
print ("" )
Original file line number Diff line number Diff line change 1
- java -jar selenium-server-standalone.jar -role hub -timeout 30 -browserTimeout 60 -port 4444
1
+ java -jar selenium-server-standalone.jar -role hub -timeout 180 -browserTimeout 75 -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 30 -browserTimeout 60 -port 4444
2
+ java -jar selenium-server-standalone.jar -role hub -timeout 180 -browserTimeout 75 -port 4444
You can’t perform that action at this time.
0 commit comments