diff options
author | Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com> | 2018-08-30 14:22:20 -0700 |
---|---|---|
committer | Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com> | 2018-08-30 14:44:45 -0700 |
commit | 39f7b24fd68c584b0d32f515587075ff233689d3 (patch) | |
tree | 5f0d87b6b2d92721f458de37e4db5ebdb25200fb | |
parent | 610b9986531b0ab4971364e30fe6d72226087ebe (diff) |
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 <manjunath.ranganathaiah@intel.com>
-rw-r--r-- | jjb/aaf/aaf-sshsm.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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': |