mirror of https://github.com/status-im/consul.git
oss: bump test server version to 1.4.0
This commit is contained in:
parent
b3e9281181
commit
269354c61d
|
@ -84,7 +84,7 @@ func testServerConfig(t *testing.T) (string, *Config) {
|
|||
config.ServerHealthInterval = 50 * time.Millisecond
|
||||
config.AutopilotInterval = 100 * time.Millisecond
|
||||
|
||||
config.Build = "0.8.0"
|
||||
config.Build = "1.4.0"
|
||||
|
||||
config.CoordinateUpdatePeriod = 100 * time.Millisecond
|
||||
config.LeaveDrainTime = 1 * time.Millisecond
|
||||
|
|
Loading…
Reference in New Issue