Commit 513c8bc4 authored by Jack Pearkes's avatar Jack Pearkes

builder/digitalocean: raised state_timeout default to 6 minutes [GH-26]

parent f181e9b6
......@@ -109,7 +109,7 @@ func (b *Builder) Prepare(raws ...interface{}) error {
if b.config.RawStateTimeout == "" {
// Default to 3 minute timeouts waiting for
// desired state. i.e waiting for droplet to become active
b.config.RawStateTimeout = "3m"
b.config.RawStateTimeout = "6m"
}
// A list of errors on the configuration
......
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