This repository was archived by the owner on Jun 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ EXPOSE 4444
1111# In seconds, maps to "--session-request-timeout"
1212ENV SE_SESSION_REQUEST_TIMEOUT 300
1313# In seconds, maps to "--session-retry-interval"
14- ENV SE_SESSION_RETRY_INTERVAL 5
14+ ENV SE_SESSION_RETRY_INTERVAL 0
1515# Boolean value, maps "--relax-checks"
1616ENV SE_RELAX_CHECKS true
1717
Original file line number Diff line number Diff line change @@ -329,9 +329,6 @@ release: tag_major_minor
329329 docker push $(NAME ) /standalone-firefox:$(MAJOR_MINOR_PATCH )
330330 docker push $(NAME ) /standalone-docker:$(MAJOR_MINOR_PATCH )
331331 docker push $(NAME ) /video:$(FFMPEG_TAG_VERSION ) -$(BUILD_DATE )
332- docker tag $(NAME ) /video:$(FFMPEG_TAG_VERSION ) -$(BUILD_DATE ) $(NAME ) /video:latest
333- docker push $(NAME ) /video:latest
334- # video: this should be moved to release_latest when Selenium 4 is released
335332
336333test : test_chrome \
337334 test_firefox \
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ USER 1200
77# In seconds, maps to "--session-request-timeout"
88ENV SE_SESSION_REQUEST_TIMEOUT 300
99# In seconds, maps to "--session-retry-interval"
10- ENV SE_SESSION_RETRY_INTERVAL 5
10+ ENV SE_SESSION_RETRY_INTERVAL 0
1111
1212EXPOSE 4444
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ USER 1200
77# In seconds, maps to "--session-request-timeout"
88ENV SE_SESSION_REQUEST_TIMEOUT 300
99# In seconds, maps to "--session-retry-interval"
10- ENV SE_SESSION_RETRY_INTERVAL 5
10+ ENV SE_SESSION_RETRY_INTERVAL 0
1111
1212EXPOSE 5559
1313
You can’t perform that action at this time.
0 commit comments