oss: bump test server version to 1.4.0
This commit is contained in:
parent
f0d2d12e65
commit
19f9cad3fe
|
@ -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