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
This commit is contained in:
Matthew Treinish 2015-12-08 10:59:49 -05:00
parent 0a5077351e
commit 41840e287f
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class openstack_health::api(
require => Python::Virtualenv[$virtualenv_dir],
subscribe => Vcsrepo[$source_dir],
refreshonly => true,
timeout => 1800,
}
exec { 'package-application':