Merge pull request #4441 from hashicorp/b-extend-wmiquery-timeout

Extend timeout based on user feedback
This commit is contained in:
Charlie Voiselle 2018-06-22 12:06:34 -04:00 committed by GitHub
commit dc6032c3b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ const (
// cpuInfoTimeout is the timeout used when gathering CPU info. This is used
// to override the default timeout in gopsutil which has a tendency to
// timeout on Windows.
cpuInfoTimeout = 10 * time.Second
cpuInfoTimeout = 60 * time.Second
)
var (