From b2fe392cfbe94b7ada2308a75460daa1ef49b326 Mon Sep 17 00:00:00 2001 From: Charlie Voiselle Date: Thu, 21 Jun 2018 15:27:56 -0400 Subject: [PATCH] Extend timeout based on user feedback Closes https://github.com/hashicorp/nomad/issues/4439. --- helper/stats/cpu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (