diff --git a/helper/stats/cpu.go b/helper/stats/cpu.go index c9cec2d26b0..952a4dc7085 100644 --- a/helper/stats/cpu.go +++ b/helper/stats/cpu.go @@ -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 (