From 39f7b24fd68c584b0d32f515587075ff233689d3 Mon Sep 17 00:00:00 2001 From: Manjunath Ranganathaiah Date: Thu, 30 Aug 2018 14:22:20 -0700 Subject: Fix build timeout issue Build is failing due to timeout when building container images. Increase the timeout value to give some more time. Change-Id: Ia4ddc4288030fc0668fe5849fc6c1830caafb12e Issue-ID: AAF-463 Signed-off-by: Manjunath Ranganathaiah --- jjb/aaf/aaf-sshsm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/aaf/aaf-sshsm.yaml b/jjb/aaf/aaf-sshsm.yaml index 263e5f512..0782b9dd1 100644 --- a/jjb/aaf/aaf-sshsm.yaml +++ b/jjb/aaf/aaf-sshsm.yaml @@ -2,7 +2,7 @@ - project: name: aaf-sshsm project-name: 'aaf-sshsm' - build-timeout: 60 + build-timeout: 120 project: 'aaf/sshsm' jobs: - '{project-name}-{stream}-verify-c': -- cgit 1.2.3-korg