From de211aa8ec6fcdd1c8246c8e84fba414dd215e5a Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 3 Jul 2013 11:10:39 -0700 Subject: [PATCH] Getting timeout errors this morning as AMIs are taking a bit longer to create, so I changed to timeout to 15 minutes --- library/cloud/ec2_ami | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/ec2_ami b/library/cloud/ec2_ami index b9573d4d9a..cbeb8388df 100644 --- a/library/cloud/ec2_ami +++ b/library/cloud/ec2_ami @@ -241,7 +241,7 @@ def main(): delete_snapshot = dict(), name = dict(), wait = dict(type="bool", default=False), - wait_timeout = dict(default=300), + wait_timeout = dict(default=900), description = dict(default=""), no_reboot = dict(default=True, type="bool"), state = dict(default='present')