Merge pull request #4590 from richardowen/patch-1

Change EC2 WindowsPasswordTimeout to 20 minutes
This commit is contained in:
Rickard von Essen 2017-02-24 12:31:47 +01:00 committed by GitHub
commit 50f44cae16
1 changed files with 1 additions and 1 deletions

View File

@ -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 {