Skip to content

Commit 3f8e7d4

Browse files
authored
Upgrading to Selenium 3.141.0 (#829)
1 parent 36b03a6 commit 3f8e7d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ COPY supervisord.conf /etc
7272
RUN mkdir -p /opt/selenium /var/run/supervisor /var/log/supervisor \
7373
&& touch /opt/selenium/config.json \
7474
&& chmod -R 777 /opt/selenium /var/run/supervisor /var/log/supervisor /etc/passwd \
75-
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.14/selenium-server-standalone-3.14.0.jar \
75+
&& wget --no-verbose https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.0.jar \
7676
-O /opt/selenium/selenium-server-standalone.jar \
7777
&& chgrp -R 0 /opt/selenium ${HOME} /var/run/supervisor /var/log/supervisor \
7878
&& chmod -R g=u /opt/selenium ${HOME} /var/run/supervisor /var/log/supervisor

Hub/Dockerfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ENV GRID_CLEAN_UP_CYCLE 5000
1919
# In seconds, maps to "browserTimeout"
2020
ENV GRID_BROWSER_TIMEOUT 0
2121
# In seconds, maps to "timeout"
22-
ENV GRID_TIMEOUT 30
22+
ENV GRID_TIMEOUT 1800
2323
# Debug
2424
ENV GRID_DEBUG false
2525
# As integer, maps to "port"

0 commit comments

Comments
 (0)