From 7c7a70561bf1b47e449b0e482b398a50ffb9e12a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Tue, 5 Mar 2019 06:10:54 +0100 Subject: [PATCH] Fix timeout MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The indentation was wrong for the timeout to be applied. Change-Id: Ie556d3e61400585770f476057921b9decb6185d8 Signed-off-by: Jan-Simon Möller --- jjb/ci-management/ci-management.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jjb/ci-management/ci-management.yaml b/jjb/ci-management/ci-management.yaml index 32bae21c..203effb4 100644 --- a/jjb/ci-management/ci-management.yaml +++ b/jjb/ci-management/ci-management.yaml @@ -39,7 +39,7 @@ wrappers: - ssh-agent-credentials: users: - - '{ssh-credentials}' + - 'd28b1f3b-3603-49bc-b837-bb0a2e85d4b8' triggers: - gerrit-trigger-patch-submitted: @@ -76,8 +76,8 @@ choosing-strategy: 'default' wrappers: - - agl-infra-wrappers: - build-timeout: '180' + - agl-infra-wrappers: + build-timeout: '{build-timeout}' triggers: - gerrit-trigger-patch-merged: -- 2.16.6