From 08a8b9d4903ca52715339d2508f0b20c812f337a Mon Sep 17 00:00:00 2001 From: Artem Naluzhnyy Date: Wed, 10 Jul 2019 14:01:48 +0200 Subject: 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 Change-Id: Id38cc3e01f3ae59399eaf07c039cd893e577466c --- jjb/ci-management/ci-management-coverity.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/ci-management') 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' -- cgit 1.2.3-korg