From: Sylvain Desbureaux Date: Mon, 30 Nov 2020 07:53:42 +0000 (+0100) Subject: [OOM] Bigger timeout for verify job X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F115500%2F1;p=ci-management.git [OOM] Bigger timeout for verify job Current verify job timeout is now (again) too small compared to time it's taken to veirfy the build. That's why we're setting a bigger timeout. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux Change-Id: I5bca08e032be2e95e3c5198fa35ff553e5438755 --- diff --git a/jjb/oom/oom-image-verify.yaml b/jjb/oom/oom-image-verify.yaml index 058f4ee4f..2ed313ffe 100644 --- a/jjb/oom/oom-image-verify.yaml +++ b/jjb/oom/oom-image-verify.yaml @@ -11,7 +11,7 @@ pre_build_script: '' submodule-disable: false submodule-timeout: 10 - build-timeout: 180 + build-timeout: 240 project-type: freestyle node: '{build-node}'