Commit 76c2fcee authored by Jack Pearkes's avatar Jack Pearkes

website: update digitalocean state_timeout default

parent 513c8bc4
...@@ -107,7 +107,7 @@ func (b *Builder) Prepare(raws ...interface{}) error { ...@@ -107,7 +107,7 @@ func (b *Builder) Prepare(raws ...interface{}) error {
} }
if b.config.RawStateTimeout == "" { if b.config.RawStateTimeout == "" {
// Default to 3 minute timeouts waiting for // Default to 6 minute timeouts waiting for
// desired state. i.e waiting for droplet to become active // desired state. i.e waiting for droplet to become active
b.config.RawStateTimeout = "6m" b.config.RawStateTimeout = "6m"
} }
......
...@@ -66,7 +66,7 @@ Optional: ...@@ -66,7 +66,7 @@ Optional:
* `state_timeout` (string) - The time to wait, as a duration string, * `state_timeout` (string) - The time to wait, as a duration string,
for a droplet to enter a desired state (such as "active") before for a droplet to enter a desired state (such as "active") before
timing out. The default state timeout is "3m". timing out. The default state timeout is "6m".
## Basic Example ## Basic Example
......
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