File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ pipeline {
3232 CI_WEB = ' true'
3333 CI_PORT = ' 3001'
3434 CI_SSL = ' true'
35- CI_DELAY = ' 100'
36- CI_WEB_SCREENSHOT_DELAY = ' 30'
35+ CI_DELAY = ' 120'
3736 CI_DOCKERENV = ' TZ=US/Pacific'
3837 CI_AUTH = ' user:password'
3938 CI_WEBPATH = ' '
@@ -881,7 +880,6 @@ pipeline {
881880 --shm-size=1gb \
882881 -v /var/run/docker.sock:/var/run/docker.sock \
883882 -e IMAGE=\" ${IMAGE}\" \
884- -e WEB_SCREENSHOT_DELAY=\" ${CI_WEB_SCREENSHOT_DELAY}\" \
885883 -e DOCKER_LOGS_TIMEOUT=\" ${CI_DELAY}\" \
886884 -e TAGS=\" ${CI_TAGS}\" \
887885 -e META_TAG=\" ${META_TAG}\" \
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ repo_vars:
2121 - CI_WEB = 'true'
2222 - CI_PORT = '3001'
2323 - CI_SSL = 'true'
24- - CI_DELAY = '100'
25- - CI_WEB_SCREENSHOT_DELAY = '30'
24+ - CI_DELAY = '120'
2625 - CI_DOCKERENV = 'TZ=US/Pacific'
2726 - CI_AUTH = 'user:password'
2827 - CI_WEBPATH = ''
You can’t perform that action at this time.
0 commit comments