Skip to content

Commit 11e9cc6

Browse files
committed
Updated a grid timeout property that seems to have been overlooked in a previous cleanup.
Fixes #7047: Unused parameter nodeTimeout.
1 parent 6307f5d commit 11e9cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/server/src/org/openqa/grid/common/defaults/GridParameters.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nodeConfig = (node) a JSON file following grid2 format that defines the node pro
2020

2121
# config that will be inherited by the proxy and used for the node management.
2222
cleanupCycle = (node) <XXXX> in ms. How often a proxy will check for timed out thread.
23-
nodeTimeout = (node) <XXXX> the timeout in seconds before the hub automatically ends a test that hasn't had any activity in the last X seconds. The browser will be released for another test to use. This typically takes care of the client crashes.
23+
timeout = (node) <XXXX> the timeout in seconds before the hub automatically ends a test that hasn't had any activity in the last X seconds. The browser will be released for another test to use. This typically takes care of the client crashes.
2424
browserTimeout= (hub/node) The timeout in seconds a browser can hang
2525
hub = (node) <http://localhost:4444/grid/register> : the url that will be used to post the registration request. This option takes precedence over -hubHost and -hubPort options.
2626
hubHost = (node) <IP | hostname> : the host address of a hub the registration request should be sent to. Default to localhost. Option -hub takes precedence over this option.

0 commit comments

Comments
 (0)