Commit c124411c by Vincent Viallet

Consistent wait_timeout between doc and module

parent 2eaf5ee2
......@@ -458,7 +458,7 @@ def main():
ssh_pub_key = dict(type='str'),
swap = dict(type='int', default=512),
wait = dict(type='bool', choices=BOOLEANS, default=True),
wait_timeout = dict(default=500),
wait_timeout = dict(default=300),
)
)
......
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