Skip to content

Retry interval to 0 #1489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ EXPOSE 4444
# In seconds, maps to "--session-request-timeout"
ENV SE_SESSION_REQUEST_TIMEOUT 300
# In seconds, maps to "--session-retry-interval"
ENV SE_SESSION_RETRY_INTERVAL 5
ENV SE_SESSION_RETRY_INTERVAL 0
# Boolean value, maps "--relax-checks"
ENV SE_RELAX_CHECKS true

Expand Down
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,6 @@ release: tag_major_minor
docker push $(NAME)/standalone-firefox:$(MAJOR_MINOR_PATCH)
docker push $(NAME)/standalone-docker:$(MAJOR_MINOR_PATCH)
docker push $(NAME)/video:$(FFMPEG_TAG_VERSION)-$(BUILD_DATE)
docker tag $(NAME)/video:$(FFMPEG_TAG_VERSION)-$(BUILD_DATE) $(NAME)/video:latest
docker push $(NAME)/video:latest
# video: this should be moved to release_latest when Selenium 4 is released

test: test_chrome \
test_firefox \
Expand Down
2 changes: 1 addition & 1 deletion Router/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USER 1200
# In seconds, maps to "--session-request-timeout"
ENV SE_SESSION_REQUEST_TIMEOUT 300
# In seconds, maps to "--session-retry-interval"
ENV SE_SESSION_RETRY_INTERVAL 5
ENV SE_SESSION_RETRY_INTERVAL 0

EXPOSE 4444

Expand Down
2 changes: 1 addition & 1 deletion SessionQueue/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USER 1200
# In seconds, maps to "--session-request-timeout"
ENV SE_SESSION_REQUEST_TIMEOUT 300
# In seconds, maps to "--session-retry-interval"
ENV SE_SESSION_RETRY_INTERVAL 5
ENV SE_SESSION_RETRY_INTERVAL 0

EXPOSE 5559

Expand Down