increase SSH timeouts for Amazon builders, they can take a while to spin up at times

This commit is contained in:
Nathan Sullivan 2014-03-04 11:31:14 +10:00
parent a685937f0f
commit e44fb1bd2a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ func (c *RunConfig) Prepare(t *packer.ConfigTemplate) []error {
}
if c.RawSSHTimeout == "" {
c.RawSSHTimeout = "1m"
c.RawSSHTimeout = "5m"
}
if c.TemporaryKeyPairName == "" {