summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/oom/oom-helm.yaml2
-rw-r--r--jjb/oom/oom-image-verify.yaml1
2 files changed, 2 insertions, 1 deletions
diff --git a/jjb/oom/oom-helm.yaml b/jjb/oom/oom-helm.yaml
index 789f7e7d9..3fb14c94d 100644
--- a/jjb/oom/oom-helm.yaml
+++ b/jjb/oom/oom-helm.yaml
@@ -91,9 +91,11 @@
jobs:
- '{project-name}-{stream}-image-verify':
files: '**'
+ build-timeout: 240
- '{project-name}-{stream}-verify-helm':
build_script: '{oom_build_script}'
files: '**'
+ build-timeout: 240
- '{project-name}-{stream}-merge-helm':
build_script: '{oom_build_script}'
post_build_script: !include-raw-escape: shell/publish_helm_charts.sh
diff --git a/jjb/oom/oom-image-verify.yaml b/jjb/oom/oom-image-verify.yaml
index 2ed313ffe..8ac6e3a25 100644
--- a/jjb/oom/oom-image-verify.yaml
+++ b/jjb/oom/oom-image-verify.yaml
@@ -11,7 +11,6 @@
pre_build_script: ''
submodule-disable: false
submodule-timeout: 10
- build-timeout: 240
project-type: freestyle
node: '{build-node}'