File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ COPY supervisord.conf /etc
72
72
RUN mkdir -p /opt/selenium /var/run/supervisor /var/log/supervisor \
73
73
&& touch /opt/selenium/config.json \
74
74
&& 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 \
76
76
-O /opt/selenium/selenium-server-standalone.jar \
77
77
&& chgrp -R 0 /opt/selenium ${HOME} /var/run/supervisor /var/log/supervisor \
78
78
&& chmod -R g=u /opt/selenium ${HOME} /var/run/supervisor /var/log/supervisor
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ ENV GRID_CLEAN_UP_CYCLE 5000
19
19
# In seconds, maps to "browserTimeout"
20
20
ENV GRID_BROWSER_TIMEOUT 0
21
21
# In seconds, maps to "timeout"
22
- ENV GRID_TIMEOUT 30
22
+ ENV GRID_TIMEOUT 1800
23
23
# Debug
24
24
ENV GRID_DEBUG false
25
25
# As integer, maps to "port"
You can’t perform that action at this time.
0 commit comments