Skip to content

Commit ce1a495

Browse files
committed
add screenshot timeout
1 parent d728326 commit ce1a495

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ pipeline {
3636
CI_PORT = '3001'
3737
CI_SSL = 'true'
3838
CI_DELAY = '120'
39+
CI_WEB_SCREENSHOT_DELAY = '30'
3940
CI_DOCKERENV = 'TZ=US/Pacific'
4041
CI_AUTH = 'user:password'
4142
CI_WEBPATH = ''
@@ -903,6 +904,7 @@ pipeline {
903904
--shm-size=1gb \
904905
-v /var/run/docker.sock:/var/run/docker.sock \
905906
-e IMAGE=\"${IMAGE}\" \
907+
-e WEB_SCREENSHOT_DELAY=\"${CI_WEB_SCREENSHOT_DELAY}\" \
906908
-e DOCKER_LOGS_TIMEOUT=\"${CI_DELAY}\" \
907909
-e TAGS=\"${CI_TAGS}\" \
908910
-e META_TAG=\"${META_TAG}\" \

jenkins-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ repo_vars:
2525
- CI_PORT = '3001'
2626
- CI_SSL = 'true'
2727
- CI_DELAY = '120'
28+
- CI_WEB_SCREENSHOT_DELAY = '30'
2829
- CI_DOCKERENV = 'TZ=US/Pacific'
2930
- CI_AUTH = 'user:password'
3031
- CI_WEBPATH = ''

0 commit comments

Comments
 (0)