Skip to content

Commit 5f818ef

Browse files
committed
Increase CI timeout
1 parent 64b15cd commit 5f818ef

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
@@ -30,7 +30,7 @@ pipeline {
3030
CI_WEB='true'
3131
CI_PORT='80'
3232
CI_SSL='false'
33-
CI_DELAY='60'
33+
CI_DELAY='180'
3434
CI_DOCKERENV=''
3535
CI_AUTH=''
3636
CI_WEBPATH=''

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repo_vars:
2121
- CI_WEB='true'
2222
- CI_PORT='80'
2323
- CI_SSL='false'
24-
- CI_DELAY='60'
24+
- CI_DELAY='180'
2525
- CI_DOCKERENV=''
2626
- CI_AUTH=''
2727
- CI_WEBPATH=''

0 commit comments

Comments
 (0)