diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-06-09 08:46:59 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-06-09 08:46:59 +0200 |
commit | d8bbd8be1b29cfd19fa15ce26b81af8e28a96536 (patch) | |
tree | 525cdef1930022eb79269bbbd8d39c7330936166 | |
parent | be9d53f60e9cf08b6f00a3d17874ec721ac0c302 (diff) |
[OOM] Longer timeout
it seems current timeout is not sufficient anymore, bumping it.
Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Iac3aa7a1dd4e02385220c77ec5670839eb06e3d8
-rw-r--r-- | jjb/oom/oom-helm.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/oom/oom-helm.yaml b/jjb/oom/oom-helm.yaml index 3c1329a44..aa40f2959 100644 --- a/jjb/oom/oom-helm.yaml +++ b/jjb/oom/oom-helm.yaml @@ -39,7 +39,7 @@ - "{project-name}-{stream}-verify-{helm_bin}": build_script: "{oom_build_script}" files: "**" - build-timeout: 360 + build-timeout: 480 - "{project-name}-{stream}-merge-helm": build_script: "{oom_build_script}" files: "**" |