Rebase: p/opnfv-fuel: Allow Fuel commit override.
[armband.git] / patches / fuel-web / 0007-Increase-target-image-build-timeout.patch
1 From: Stanislaw Kardach <kda@semihalf.com>
2 Date: Thu, 21 Apr 2016 15:36:27 -0700
3 Subject: [PATCH] Increase target image build timeout
4
5 Currently we're close to 40 minutes of image building (thanks to
6 qemu-debootstrap). If network connectivity is a bit slow (happened to
7 me) it's easy to go over 1h limit. Therefore let's push this to 2 hours
8 to be safer.
9
10 Signed-off-by: Stanislaw Kardach <stanislaw.kardach@caviumnetworks.com>
11 ---
12  nailgun/nailgun/settings.yaml | 2 +-
13  1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/nailgun/nailgun/settings.yaml b/nailgun/nailgun/settings.yaml
16 index 495a9c3..ac52141 100644
17 --- a/nailgun/nailgun/settings.yaml
18 +++ b/nailgun/nailgun/settings.yaml
19 @@ -85,7 +85,7 @@ COLLECTOR_INST_INFO_URL: "https://{collector_server}/api/v1/installation_structu
20  COLLECTOR_OSWL_INFO_URL: "https://{collector_server}/api/v1/oswl_stats/"
21  COLLECTOR_PING_URL: "https://{collector_server}/api/v1/ping/"
22  
23 -PROVISIONING_IMAGES_BUILD_TIMEOUT: 3600
24 +PROVISIONING_IMAGES_BUILD_TIMEOUT: 7200
25  PROVISIONING_IMAGES_PATH: "/var/www/nailgun/targetimages"
26  
27  REPO_PRIORITIES: