Skip to content

Commit ba6eed1

Browse files
committed
remove custom ci sleep as it is not needed
1 parent 2928332 commit ba6eed1

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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}\" \

jenkins-vars.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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 = ''

0 commit comments

Comments
 (0)