website: update digitalocean state_timeout default
This commit is contained in:
parent
513c8bc4bb
commit
76c2fcee87
|
@ -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:
|
||||||
|
|
||||||
* `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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue