Commit 54ab8cc5 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #378 from justinsb/increase_ssh_timeout

builder/openstack: Increase default SSH timeout from 1m -> 5m
parents c85a24e9 4b8a5469
......@@ -39,7 +39,7 @@ func (c *RunConfig) Prepare(t *packer.ConfigTemplate) []error {
}
if c.RawSSHTimeout == "" {
c.RawSSHTimeout = "1m"
c.RawSSHTimeout = "5m"
}
// Validation
......
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