From 56a299dcf7a355402b69bdaf2470243e7c0202d0 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Wed, 10 May 2017 15:26:14 +1000 Subject: [PATCH] Change autorelease jobs to timeout after 15h Present timeout is set to 24H, while the autorelease jobs are expected to complete within 12h, therefore its best to decrease the timeout value to shorter duration since the job can timeout and abort sooner. Change-Id: I934763f99ae20937230bf58abb5f5da7a2533f12 Signed-off-by: Anil Belur --- jjb/autorelease/autorelease-templates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/autorelease/autorelease-templates.yaml b/jjb/autorelease/autorelease-templates.yaml index 6e196f6dc..284fdef09 100644 --- a/jjb/autorelease/autorelease-templates.yaml +++ b/jjb/autorelease/autorelease-templates.yaml @@ -57,7 +57,7 @@ wrappers: - opendaylight-infra-wrappers: - build-timeout: '1440' + build-timeout: '900' triggers: - timed: '{cron}' -- 2.36.6