mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
Extend timeout based on user feedback
Closes https://github.com/hashicorp/nomad/issues/4439.
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user