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,7 +32,8 @@ pipeline {
3232 CI_WEB = ' true'
3333 CI_PORT = ' 3000'
3434 CI_SSL = ' false'
35- CI_DELAY = ' 120'
35+ CI_DELAY = ' 100'
36+ CI_WEB_SCREENSHOT_DELAY = ' 30'
3637 CI_DOCKERENV = ' TZ=US/Pacific'
3738 CI_AUTH = ' user:password'
3839 CI_WEBPATH = ' '
@@ -880,6 +881,7 @@ pipeline {
880881 --shm-size=1gb \
881882 -v /var/run/docker.sock:/var/run/docker.sock \
882883 -e IMAGE=\" ${IMAGE}\" \
884+ -e WEB_SCREENSHOT_DELAY=\" ${CI_WEB_SCREENSHOT_DELAY}\" \
883885 -e DOCKER_LOGS_TIMEOUT=\" ${CI_DELAY}\" \
884886 -e TAGS=\" ${CI_TAGS}\" \
885887 -e META_TAG=\" ${META_TAG}\" \
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ repo_vars:
2121 - CI_WEB = 'true'
2222 - CI_PORT = '3000'
2323 - CI_SSL = 'false'
24- - CI_DELAY = '120'
24+ - CI_DELAY = '100'
25+ - CI_WEB_SCREENSHOT_DELAY = '30'
2526 - CI_DOCKERENV = 'TZ=US/Pacific'
2627 - CI_AUTH = 'user:password'
2728 - CI_WEBPATH = ''
You can’t perform that action at this time.
0 commit comments