Skip to content

Commit 63ed7be

Browse files
committed
Increase CI timeout for slow arm init
1 parent 99bfbcf commit 63ed7be

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
@@ -33,7 +33,7 @@ pipeline {
3333
CI_WEB='true'
3434
CI_PORT='8000'
3535
CI_SSL='false'
36-
CI_DELAY='60'
36+
CI_DELAY='120'
3737
CI_DOCKERENV=''
3838
CI_AUTH=''
3939
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='true'
2424
- CI_PORT='8000'
2525
- CI_SSL='false'
26-
- CI_DELAY='60'
26+
- CI_DELAY='120'
2727
- CI_DOCKERENV=''
2828
- CI_AUTH=''
2929
- CI_WEBPATH='/'

0 commit comments

Comments
 (0)