increase logs timeout

This commit is contained in:
aptalca 2024-08-27 08:29:57 -04:00
parent 6aca7d47e5
commit 5393cedd93
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ pipeline {
CI_WEB='false'
CI_PORT='3389'
CI_SSL='false'
CI_DELAY='30'
CI_DOCKER_LOGS_TIMEOUT='120'
CI_DOCKERENV='TZ=US/Pacific'
CI_AUTH=''
CI_WEBPATH=''
@ -689,7 +689,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}\" \

View File

@ -20,7 +20,7 @@ repo_vars:
- CI_WEB='false'
- CI_PORT='3389'
- CI_SSL='false'
- CI_DELAY='30'
- CI_DOCKER_LOGS_TIMEOUT='120'
- CI_DOCKERENV='TZ=US/Pacific'
- CI_AUTH=''
- CI_WEBPATH=''