increase SSH timeouts for Amazon builders, they can take a while to spin up at times
This commit is contained in:
parent
a685937f0f
commit
e44fb1bd2a
|
@ -47,7 +47,7 @@ func (c *RunConfig) Prepare(t *packer.ConfigTemplate) []error {
|
|||
}
|
||||
|
||||
if c.RawSSHTimeout == "" {
|
||||
c.RawSSHTimeout = "1m"
|
||||
c.RawSSHTimeout = "5m"
|
||||
}
|
||||
|
||||
if c.TemporaryKeyPairName == "" {
|
||||
|
|
Loading…
Reference in New Issue