Skip to content

Commit 37952be

Browse files
committed
Increase CI timeout
1 parent aa808f9 commit 37952be

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
@@ -32,7 +32,7 @@ pipeline {
3232
CI_WEB='true'
3333
CI_PORT='7878'
3434
CI_SSL='false'
35-
CI_DELAY='120'
35+
CI_DELAY='240'
3636
CI_DOCKERENV=''
3737
CI_AUTH=''
3838
CI_WEBPATH='/system/status'

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='7878'
2525
- CI_SSL='false'
26-
- CI_DELAY='120'
26+
- CI_DELAY='240'
2727
- CI_DOCKERENV=''
2828
- CI_AUTH=''
2929
- CI_WEBPATH='/system/status'

0 commit comments

Comments
 (0)