Consistent wait_timeout between doc and module

reviewable/pr18780/r1
Vincent Viallet 11 years ago
parent a04af8e461
commit c3846dd33b

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

Loading…
Cancel
Save