Increase build timeout for Coverity Scan jobs to 240 min 55/91155/1
authorArtem Naluzhnyy <A.Naluzhnyy@samsung.com>
Wed, 10 Jul 2019 12:01:48 +0000 (14:01 +0200)
committerArtem Naluzhnyy <A.Naluzhnyy@samsung.com>
Wed, 10 Jul 2019 12:01:48 +0000 (14:01 +0200)
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

jjb/ci-management/ci-management-coverity.yaml

index 83bdffc..2fc39b8 100644 (file)
@@ -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'