Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit a642091

Browse files
committed
New timeout defaults
1 parent 049daf9 commit a642091

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ Note image ids also change after scm-source.json has being updated which trigger
1010
## TBD_DOCKER_TAG
1111
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/dd21aaab3eb2fff2056d36ca93dbf...master (TBD_DATE)
1212
+ Upgrade Chrome major to from 58 to 59.0.3071.86
13+
+ Removed HEALTHCHECK because is providing no value to us
14+
+ Bump supervisord to 2017-05-30 commit: 946d9cf3be4db3
15+
+ New defaults:
16+
- SEL_RELEASE_TIMEOUT_SECS="19000"
17+
- SEL_BROWSER_TIMEOUT_SECS="16000"
18+
- SELENIUM_NODE_REGISTER_CYCLE="5000"
19+
- SEL_CLEANUPCYCLE_MS="5000"
20+
- SEL_NODEPOLLING_MS="5000"
21+
- SEL_UNREGISTER_IF_STILL_DOWN_AFTER="2500"
1322
+ **Image tag details:**
1423
+ Selenium version: TBD_SELENIUM_3_VERSION (TBD_SELENIUM_3_REVISION)
1524
+ Chrome stable: TBD_CHROME_STABLE

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -820,12 +820,12 @@ ENV FIREFOX_VERSION="${FF_VER}" \
820820
CHROME_VERBOSELOGGING="true" \
821821
MAX_INSTANCES=1 \
822822
MAX_SESSIONS=1 \
823-
SEL_RELEASE_TIMEOUT_SECS=19000 \
824-
SEL_BROWSER_TIMEOUT_SECS=16000 \
825-
SELENIUM_NODE_REGISTER_CYCLE="1000" \
826-
SEL_CLEANUPCYCLE_MS=2000 \
827-
SEL_NODEPOLLING_MS=1500 \
828-
SEL_UNREGISTER_IF_STILL_DOWN_AFTER=2500 \
823+
SEL_RELEASE_TIMEOUT_SECS="19000" \
824+
SEL_BROWSER_TIMEOUT_SECS="16000" \
825+
SELENIUM_NODE_REGISTER_CYCLE="5000" \
826+
SEL_CLEANUPCYCLE_MS="5000" \
827+
SEL_NODEPOLLING_MS="5000" \
828+
SEL_UNREGISTER_IF_STILL_DOWN_AFTER="2500" \
829829
no_proxy=localhost \
830830
HUB_ENV_no_proxy=localhost \
831831
XVFB_CLI_OPTS_TCP="-nolisten tcp -nolisten inet6" \

0 commit comments

Comments
 (0)