Skip to content

Commit

Permalink
Extend timeout based on user feedback
Browse files Browse the repository at this point in the history
Closes #4439.
  • Loading branch information
Charlie Voiselle authored Jun 21, 2018
1 parent b30e234 commit b2fe392
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 b2fe392

Please sign in to comment.