mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Fix copy-pasta error
This commit is contained in:
parent
a9ffa1559e
commit
b8ed1bd576
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ func (c *WaitIpConfig) Prepare() []error {
|
|||
}
|
||||
if c.WaitTimeout == 0 {
|
||||
// Same default value as default timeout for 'ssh_timeout' in StepConnect
|
||||
c.SettleTimeout = 5 * time.Minute
|
||||
c.WaitTimeout = 5 * time.Minute
|
||||
}
|
||||
|
||||
return errs
|
||||
|
|
|
|||
Loading…
Reference in a new issue