Skip to content

Commit 4d9f8c3

Browse files
committed
Increase CI delay
1 parent 26286b1 commit 4d9f8c3

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
@@ -34,7 +34,7 @@ pipeline {
3434
CI_WEB='false'
3535
CI_PORT='3306'
3636
CI_SSL='false'
37-
CI_DELAY='30'
37+
CI_DELAY='60'
3838
CI_DOCKERENV='MYSQL_ROOT_PASSWORD=password'
3939
CI_AUTH=''
4040
CI_WEBPATH=''

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repo_vars:
2222
- CI_WEB='false'
2323
- CI_PORT='3306'
2424
- CI_SSL='false'
25-
- CI_DELAY='30'
25+
- CI_DELAY='60'
2626
- CI_DOCKERENV='MYSQL_ROOT_PASSWORD=password'
2727
- CI_AUTH=''
2828
- CI_WEBPATH=''

0 commit comments

Comments
 (0)