Skip to content

Commit

Permalink
Merge pull request #4441 from hashicorp/b-extend-wmiquery-timeout
Browse files Browse the repository at this point in the history
Extend timeout based on user feedback
  • Loading branch information
angrycub committed Jun 22, 2018
2 parents e717899 + b2fe392 commit 523142f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/stats/cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 523142f

Please sign in to comment.