increase CI delay

This commit is contained in:
aptalca 2020-01-10 11:29:20 -05:00 committed by Ryan Kuba
parent bcfe590602
commit 4b78437a98
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ pipeline {
CI_WEB = 'false'
CI_PORT = '80'
CI_SSL = 'false'
CI_DELAY = '120'
CI_DELAY = '180'
CI_DOCKERENV = 'CI_RUN=true'
CI_AUTH = 'user:password'
CI_WEBPATH = ''

View File

@ -23,7 +23,7 @@ repo_vars:
- CI_WEB = 'false'
- CI_PORT = '80'
- CI_SSL = 'false'
- CI_DELAY = '120'
- CI_DELAY = '180'
- CI_DOCKERENV = 'CI_RUN=true'
- CI_AUTH = 'user:password'
- CI_WEBPATH = ''