Closed
Description
In github.com/shirou/gopsutil/internal/common
, there is a Timeout hardcoded for the WMI queries. When the CPU is busy, cpu.Info()
(and maybe other stuff as well) is failing as the WMI is taking too long to respond to the query. I would expect to be able to pass this Timeout from my code.