Skip to content

Commit 9c8b1f7

Browse files
committed
increase screenshot timeout
1 parent 197d50d commit 9c8b1f7

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
@@ -33,6 +33,7 @@ pipeline {
3333
CI_PORT = '3001'
3434
CI_SSL = 'true'
3535
CI_DELAY = '120'
36+
CI_WEB_SCREENSHOT_DELAY = '30'
3637
CI_DOCKERENV = 'TZ=US/Pacific'
3738
CI_AUTH = 'user:password'
3839
CI_WEBPATH = ''
@@ -830,6 +831,7 @@ pipeline {
830831
--shm-size=1gb \
831832
-v /var/run/docker.sock:/var/run/docker.sock \
832833
-e IMAGE=\"${IMAGE}\" \
834+
-e WEB_SCREENSHOT_DELAY=\"${CI_WEB_SCREENSHOT_DELAY}\" \
833835
-e DOCKER_LOGS_TIMEOUT=\"${CI_DELAY}\" \
834836
-e TAGS=\"${CI_TAGS}\" \
835837
-e META_TAG=\"${META_TAG}\" \

jenkins-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ repo_vars:
2323
- CI_PORT = '3001'
2424
- CI_SSL = 'true'
2525
- CI_DELAY = '120'
26+
- CI_WEB_SCREENSHOT_DELAY = '30'
2627
- CI_DOCKERENV = 'TZ=US/Pacific'
2728
- CI_AUTH = 'user:password'
2829
- CI_WEBPATH = ''

0 commit comments

Comments
 (0)