From 41840e287f502a38d56e4547f7b77cb54113609d Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 8 Dec 2015 10:59:49 -0500 Subject: [PATCH] Add a longer timeout to the pip install phase We are possibly hitting timeouts pip installing larger dependencies that require c compilations as part of the install. This commit bumps the timeout to fix this. Change-Id: Ie172b2573df85a6b0b47ac06bef461aab0b627b5 --- manifests/api.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/api.pp b/manifests/api.pp index bb96430..1933b2f 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -38,6 +38,7 @@ class openstack_health::api( require => Python::Virtualenv[$virtualenv_dir], subscribe => Vcsrepo[$source_dir], refreshonly => true, + timeout => 1800, } exec { 'package-application':