From 68f5e9576dd63d3360068205cbbb527b20142159 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Tue, 20 Sep 2016 16:50:12 +0200 Subject: [PATCH] Build package timeout increase to 2h Some package are reaching the timeout. For example, building python-pandas (needed by Gnocchi) can take a little bit than 1h30. It already built once, then the other times, it failed, as it took a bit longer. Increasing the timeout from 90 mins to 120 should make it possible to build such backports. Change-Id: I16883c9b7b7709432f50ee26578cb287a9a44ee6 --- jenkins/jobs/deb-build-pkg.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/jobs/deb-build-pkg.yaml b/jenkins/jobs/deb-build-pkg.yaml index 024e835574..94a88c9eff 100644 --- a/jenkins/jobs/deb-build-pkg.yaml +++ b/jenkins/jobs/deb-build-pkg.yaml @@ -21,7 +21,7 @@ wrappers: - build-timeout: - timeout: 90 + timeout: 120 - timestamps builders: @@ -37,7 +37,7 @@ wrappers: - build-timeout: - timeout: 90 + timeout: 120 - timestamps builders: