From c3846dd33b71a214ada5f4c783579c30b43cd7df Mon Sep 17 00:00:00 2001 From: Vincent Viallet Date: Fri, 21 Jun 2013 18:03:55 +0900 Subject: [PATCH] Consistent wait_timeout between doc and module --- cloud/linode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/linode b/cloud/linode index 11ab11a4b50..2bf2cd6e242 100644 --- a/cloud/linode +++ b/cloud/linode @@ -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), ) )