Getting timeout errors this morning as AMIs are taking a bit longer to create, so I changed to timeout to 15 minutes

reviewable/pr18780/r1
Evan 12 years ago
parent 200f69f9d5
commit eaa9233cc8

@ -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')

Loading…
Cancel
Save