From eaa9233cc8c35e771d7289d4cc1932162626e896 Mon Sep 17 00:00:00 2001
From: Evan <evan@evan-ubuntu.(none)>
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

---
 cloud/ec2_ami | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloud/ec2_ami b/cloud/ec2_ami
index b9573d4d9ad..cbeb8388df8 100644
--- a/cloud/ec2_ami
+++ b/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')