[OOM] Bigger timeout for verify job 00/115500/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 30 Nov 2020 07:53:42 +0000 (08:53 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 30 Nov 2020 07:53:42 +0000 (08:53 +0100)
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 <sylvain.desbureaux@orange.com>
Change-Id: I5bca08e032be2e95e3c5198fa35ff553e5438755

jjb/oom/oom-image-verify.yaml

index 058f4ee..2ed313f 100644 (file)
@@ -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}'