Skip to content

Commit 4b78437

Browse files
aptalcathelamer
authored andcommitted
increase CI delay
1 parent bcfe590 commit 4b78437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pipeline {
3232
CI_WEB = 'false'
3333
CI_PORT = '80'
3434
CI_SSL = 'false'
35-
CI_DELAY = '120'
35+
CI_DELAY = '180'
3636
CI_DOCKERENV = 'CI_RUN=true'
3737
CI_AUTH = 'user:password'
3838
CI_WEBPATH = ''

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repo_vars:
2323
- CI_WEB = 'false'
2424
- CI_PORT = '80'
2525
- CI_SSL = 'false'
26-
- CI_DELAY = '120'
26+
- CI_DELAY = '180'
2727
- CI_DOCKERENV = 'CI_RUN=true'
2828
- CI_AUTH = 'user:password'
2929
- CI_WEBPATH = ''

0 commit comments

Comments
 (0)