diff --git a/command/agent/agent_test.go b/command/agent/agent_test.go index d8b8f2125..81a57684e 100644 --- a/command/agent/agent_test.go +++ b/command/agent/agent_test.go @@ -90,6 +90,7 @@ func nextConfig() *Config { cons.RaftConfig.ElectionTimeout = 40 * time.Millisecond cons.CoordinateUpdatePeriod = 100 * time.Millisecond + cons.ServerHealthInterval = 10 * time.Millisecond return conf }