Skip to content

Commit

Permalink
increase ci test timeout, use new var
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Aug 20, 2024
1 parent 4b303cc commit 40c3c0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pipeline {
CI_WEB = 'true'
CI_PORT = '3000'
CI_SSL = 'false'
CI_DELAY = '120'
CI_DOCKER_LOGS_TIMEOUT = '240'
CI_DOCKERENV = ''
CI_AUTH = ''
CI_WEBPATH = ''
Expand Down Expand Up @@ -728,7 +728,7 @@ pipeline {
--shm-size=1gb \
-v /var/run/docker.sock:/var/run/docker.sock \
-e IMAGE=\"${IMAGE}\" \
-e DOCKER_LOGS_TIMEOUT=\"${CI_DELAY}\" \
-e DOCKER_LOGS_TIMEOUT=\"${CI_DOCKER_LOGS_TIMEOUT}\" \
-e TAGS=\"${CI_TAGS}\" \
-e META_TAG=\"${META_TAG}\" \
-e PORT=\"${CI_PORT}\" \
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repo_vars:
- CI_WEB = 'true'
- CI_PORT = '3000'
- CI_SSL = 'false'
- CI_DELAY = '120'
- CI_DOCKER_LOGS_TIMEOUT = '240'
- CI_DOCKERENV = ''
- CI_AUTH = ''
- CI_WEBPATH = ''

0 comments on commit 40c3c0f

Please sign in to comment.