Skip to content

Commit ec4f054

Browse files
committed
Increase CI delay to account for slow arm startup
1 parent 24ddbd3 commit ec4f054

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pipeline {
3232
CI_WEB='true'
3333
CI_PORT='8096'
3434
CI_SSL='false'
35-
CI_DELAY='120'
35+
CI_DELAY='300'
3636
CI_DOCKERENV=''
3737
CI_AUTH=''
3838
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='true'
2323
- CI_PORT='8096'
2424
- CI_SSL='false'
25-
- CI_DELAY='120'
25+
- CI_DELAY='300'
2626
- CI_DOCKERENV=''
2727
- CI_AUTH=''
2828
- CI_WEBPATH=''

0 commit comments

Comments
 (0)