File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ENV GRID_NEW_SESSION_WAIT_TIMEOUT -1
1616ENV GRID_JETTY_MAX_THREADS -1
1717ENV GRID_NODE_POLLING 5000
1818ENV GRID_CLEAN_UP_CYCLE 5000
19- ENV GRID_TIMEOUT 30000
19+ ENV GRID_TIMEOUT 30
2020ENV GRID_BROWSER_TIMEOUT 0
2121ENV GRID_MAX_SESSION 5
2222ENV GRID_UNREGISTER_IF_STILL_DOWN_AFTER 30000
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ENV GRID_NEW_SESSION_WAIT_TIMEOUT -1
1111ENV GRID_JETTY_MAX_THREADS -1
1212ENV GRID_NODE_POLLING 5000
1313ENV GRID_CLEAN_UP_CYCLE 5000
14- ENV GRID_TIMEOUT 30000
14+ ENV GRID_TIMEOUT 30
1515ENV GRID_BROWSER_TIMEOUT 0
1616ENV GRID_MAX_SESSION 5
1717ENV GRID_UNREGISTER_IF_STILL_DOWN_AFTER 30000
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Note: You can optionally override default configuration settings using environme
1616See the [ Hub's Dockerfile] ( Dockerfile ) to view the list of variables and their default values.
1717
1818```
19- $ docker run -d -P --name selenium-hub -e GRID_TIMEOUT=10000 selenium/hub
19+ $ docker run -d -P --name selenium-hub -e GRID_TIMEOUT=10 selenium/hub
2020```
2121
2222
You can’t perform that action at this time.
0 commit comments