From 944b7c62f44200e2e04aa87463cb37ced33eab6a Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 22 Aug 2016 22:50:27 +0200 Subject: [PATCH] Increase packaging-deb timeouts Some build jobs may run for more than 30 minutes. Indeed, building something like Nova or Neutron may include unit tests, and this can take 1h30 if run on a single thread (which is currently the case). Therefore, increasing the timeout from 30 to 90 minutes. Change-Id: If6a160d94dc4a71852063a42d1bbacb82970e857 --- jenkins/jobs/deb-auto-backports.yaml | 4 ++-- jenkins/jobs/deb-build-pkg.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jenkins/jobs/deb-auto-backports.yaml b/jenkins/jobs/deb-auto-backports.yaml index 8282cc4c0c..b91b32f5ca 100644 --- a/jenkins/jobs/deb-auto-backports.yaml +++ b/jenkins/jobs/deb-auto-backports.yaml @@ -4,7 +4,7 @@ wrappers: - build-timeout: - timeout: 30 + timeout: 90 - timestamps builders: @@ -30,7 +30,7 @@ wrappers: - build-timeout: - timeout: 30 + timeout: 90 - timestamps builders: diff --git a/jenkins/jobs/deb-build-pkg.yaml b/jenkins/jobs/deb-build-pkg.yaml index a934864e5e..024e835574 100644 --- a/jenkins/jobs/deb-build-pkg.yaml +++ b/jenkins/jobs/deb-build-pkg.yaml @@ -21,7 +21,7 @@ wrappers: - build-timeout: - timeout: 30 + timeout: 90 - timestamps builders: @@ -37,7 +37,7 @@ wrappers: - build-timeout: - timeout: 30 + timeout: 90 - timestamps builders: