mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
builder/digitalocean: raised state_timeout default to 6 minutes [GH-26]
This commit is contained in:
parent
f181e9b6bd
commit
513c8bc4bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue