Skip to content

Commit

Permalink
Set proper GRID TIMEOUT value
Browse files Browse the repository at this point in the history
  • Loading branch information
wheleph committed Feb 16, 2017
1 parent beb558c commit eb4ca24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENV GRID_NEW_SESSION_WAIT_TIMEOUT -1
ENV GRID_JETTY_MAX_THREADS -1
ENV GRID_NODE_POLLING 5000
ENV GRID_CLEAN_UP_CYCLE 5000
ENV GRID_TIMEOUT 30000
ENV GRID_TIMEOUT 30
ENV GRID_BROWSER_TIMEOUT 0
ENV GRID_MAX_SESSION 5
ENV GRID_UNREGISTER_IF_STILL_DOWN_AFTER 30000
Expand Down
2 changes: 1 addition & 1 deletion Hub/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV GRID_NEW_SESSION_WAIT_TIMEOUT -1
ENV GRID_JETTY_MAX_THREADS -1
ENV GRID_NODE_POLLING 5000
ENV GRID_CLEAN_UP_CYCLE 5000
ENV GRID_TIMEOUT 30000
ENV GRID_TIMEOUT 30
ENV GRID_BROWSER_TIMEOUT 0
ENV GRID_MAX_SESSION 5
ENV GRID_UNREGISTER_IF_STILL_DOWN_AFTER 30000
Expand Down
2 changes: 1 addition & 1 deletion Hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Note: You can optionally override default configuration settings using environme
See the [Hub's Dockerfile](Dockerfile) to view the list of variables and their default values.

```
$ docker run -d -P --name selenium-hub -e GRID_TIMEOUT=10000 selenium/hub
$ docker run -d -P --name selenium-hub -e GRID_TIMEOUT=10 selenium/hub
```


Expand Down

0 comments on commit eb4ca24

Please sign in to comment.