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():
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')
......
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