Skip to content
This repository was archived by the owner on May 16, 2018. It is now read-only.

Commit b04dee6

Browse files
author
heathsnow
committed
increase install timeout because EC2 nodes taking FOREVER
1 parent 0da741f commit b04dee6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
maintainer_email "cookbooks@opscode.com"
44
license "Apache 2.0"
55
description "Installs Python, pip and virtualenv. Includes LWRPs for managing Python packages with `pip` and `virtualenv` isolated Python environments."
6-
version "1.2.0"
6+
version "1.4.8"
77

88
depends "build-essential"
99
depends "yum"

recipes/windows.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@
3535
source url
3636
checksum checksum
3737
options 'ALLUSERS=1' #Workaround for http://bugs.python.org/issue16188
38+
timeout 4800
3839
installer_type :msi
3940
end

0 commit comments

Comments
 (0)