Commit dccb2471 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #926 from CpuID/master

builders/amazon: increase SSH timeouts for Amazon builders
parents 3ad79963 e44fb1bd
......@@ -47,7 +47,7 @@ func (c *RunConfig) Prepare(t *packer.ConfigTemplate) []error {
}
if c.RawSSHTimeout == "" {
c.RawSSHTimeout = "1m"
c.RawSSHTimeout = "5m"
}
if c.TemporaryKeyPairName == "" {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment