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 5959 kubectl wait --for=condition=ready pod -l name=selenium-router --timeout=300s
6060 kubectl wait --for=condition=ready pod -l name=selenium-distributor --timeout=300s
6161 kubectl wait --for=condition=ready pod -l name=selenium-event-bus --timeout=300s
62- kubectl wait --for=condition=ready pod -l name=selenium-chrome-node --timeout=300s
62+ kubectl wait --for=condition=ready pod -l name=selenium-chrome-node --timeout=600s
6363 kubectl get pods -l component=selenium-grid-4
6464 echo "All pods are in ready state now"
6565 - name : Listing all the Grid 4 components
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ COPY supervisord.conf /etc
7171RUN mkdir -p /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor \
7272 && touch /opt/selenium/config.toml \
7373 && chmod -R 777 /opt/selenium /opt/selenium/assets /var/run/supervisor /var/log/supervisor /etc/passwd \
74- && wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/raw/beta-jars/selenium-server-4.0.0-prerelease-beta-1-6eecd00e79 .jar \
74+ && wget --no-verbose https://github.com/SeleniumHQ/docker-selenium/raw/beta-jars/selenium-server-4.0.0-prerelease-beta-1-aec4c8c2c5 .jar \
7575 -O /opt/selenium/selenium-server.jar \
7676# && wget --no-verbose https://selenium-release.storage.googleapis.com/4.0-alpha-6/selenium-server-4.0.0-alpha-6.jar \
7777# -O /opt/selenium/selenium-server.jar \
You can’t perform that action at this time.
0 commit comments