Change EC2 WindowsPasswordTimeout to 20 minutes

10 minutes is often exceeded when using a custom source AMI
which has been sysprepped.
pull/4590/head
Richard Owen 9 years ago committed by GitHub
parent ddddb85cba
commit 33a4c2e13b

@ -66,7 +66,7 @@ func (c *RunConfig) Prepare(ctx *interpolate.Context) []error {
}
if c.WindowsPasswordTimeout == 0 {
c.WindowsPasswordTimeout = 10 * time.Minute
c.WindowsPasswordTimeout = 20 * time.Minute
}
if c.RunTags == nil {

Loading…
Cancel
Save