Skip to content

Commit e7d8124

Browse files
committed
Is actually a timeout after all
1 parent e3945bb commit e7d8124

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pipeline {
3434
CI_WEB='true'
3535
CI_PORT='5299'
3636
CI_SSL='false'
37-
CI_DELAY='180'
37+
CI_DELAY='240'
3838
CI_DOCKERENV=''
3939
CI_AUTH=''
4040
CI_WEBPATH=''

jenkins-vars.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repo_vars:
2323
- CI_WEB='true'
2424
- CI_PORT='5299'
2525
- CI_SSL='false'
26-
- CI_DELAY='120'
26+
- CI_DELAY='240'
2727
- CI_DOCKERENV=''
2828
- CI_AUTH=''
2929
- CI_WEBPATH=''

0 commit comments

Comments
 (0)