mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 08:56:43 +00:00
test: Turns down server health interval for faster convergence.
This fixes the autopilot tests.
This commit is contained in:
parent
21a82a0a16
commit
0daacfe5e5
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user