Skip to content

Commit 4abb23e

Browse files
thespadthelamer
authored andcommitted
Increase CI delay to account for slow arm startup
1 parent a73edc7 commit 4abb23e

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
@@ -21,7 +21,7 @@ repo_vars:
2121
- CI_WEB='true'
2222
- CI_PORT='8096'
2323
- CI_SSL='false'
24-
- CI_DELAY='120'
24+
- CI_DELAY='300'
2525
- CI_DOCKERENV=''
2626
- CI_AUTH=''
2727
- CI_WEBPATH=''

0 commit comments

Comments
 (0)