Commit de211aa8 by Evan

Getting timeout errors this morning as AMIs are taking a bit longer to create,…

Getting timeout errors this morning as AMIs are taking a bit longer to create, so I changed to timeout to 15 minutes
parent 637a6c56
...@@ -241,7 +241,7 @@ def main(): ...@@ -241,7 +241,7 @@ def main():
delete_snapshot = dict(), delete_snapshot = dict(),
name = dict(), name = dict(),
wait = dict(type="bool", default=False), wait = dict(type="bool", default=False),
wait_timeout = dict(default=300), wait_timeout = dict(default=900),
description = dict(default=""), description = dict(default=""),
no_reboot = dict(default=True, type="bool"), no_reboot = dict(default=True, type="bool"),
state = dict(default='present') state = dict(default='present')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment