From b8ed1bd576b5ef330e756ff821947f93af9ed7ae Mon Sep 17 00:00:00 2001 From: Vladislav Rassokhin Date: Fri, 12 Jul 2019 12:44:40 +0300 Subject: [PATCH] Fix copy-pasta error --- common/step_wait_for_ip.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/step_wait_for_ip.go b/common/step_wait_for_ip.go index f70ee26d8..930096136 100644 --- a/common/step_wait_for_ip.go +++ b/common/step_wait_for_ip.go @@ -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