From da24e923c336408f96cff99445269d1ee604607e Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Fri, 15 Feb 2019 14:54:38 +0100 Subject: Update timeouts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I30dcd5fb581870c094973171ef53257039ae8f2e Signed-off-by: Jan-Simon Möller --- jjb/ci-management/ci-management.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jjb') diff --git a/jjb/ci-management/ci-management.yaml b/jjb/ci-management/ci-management.yaml index 75ab030f..32bae21c 100644 --- a/jjb/ci-management/ci-management.yaml +++ b/jjb/ci-management/ci-management.yaml @@ -77,7 +77,7 @@ wrappers: - agl-infra-wrappers: - build-timeout: '{build-timeout}' + build-timeout: '180' triggers: - gerrit-trigger-patch-merged: @@ -115,7 +115,7 @@ wrappers: - timeout: type: absolute - timeout: '{build-timeout}' + timeout: '180' timeout-var: 'BUILD_TIMEOUT' fail: true - ssh-agent-credentials: @@ -164,7 +164,7 @@ wrappers: - timeout: type: absolute - timeout: '{build-timeout}' + timeout: '180' timeout-var: 'BUILD_TIMEOUT' fail: true - ssh-agent-credentials: -- cgit