mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-23 08:21:43 -04:00
builder/digitalocean: raised state_timeout default to 6 minutes [GH-26]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user