summaryrefslogtreecommitdiffstats
path: root/jjb/ci-management
diff options
context:
space:
mode:
authorArtem Naluzhnyy <A.Naluzhnyy@samsung.com>2019-07-10 14:01:48 +0200
committerArtem Naluzhnyy <A.Naluzhnyy@samsung.com>2019-07-10 14:01:48 +0200
commit08a8b9d4903ca52715339d2508f0b20c812f337a (patch)
treec2d09470468afa8774872eea41c727d4067d312c /jjb/ci-management
parentf7f70d81d2c3ab4218f48ee47c133a66585d0812 (diff)
Increase build timeout for Coverity Scan jobs to 240 min
For some ONAP components build+analysis may take ~3 hours. Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: Id38cc3e01f3ae59399eaf07c039cd893e577466c
Diffstat (limited to 'jjb/ci-management')
-rw-r--r--jjb/ci-management/ci-management-coverity.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/ci-management/ci-management-coverity.yaml b/jjb/ci-management/ci-management-coverity.yaml
index 83bdffc30..2fc39b86d 100644
--- a/jjb/ci-management/ci-management-coverity.yaml
+++ b/jjb/ci-management/ci-management-coverity.yaml
@@ -26,7 +26,7 @@
node: '{build-node}'
branch: master
build-days-to-keep: 7
- build-timeout: 60
+ build-timeout: 240
cron: '@daily'
disabled: false
git-url: '$GIT_URL/$PROJECT'