oss: bump test server version to 1.4.0

This commit is contained in:
Kyle Havlovitz 2018-11-12 15:38:53 -08:00
parent f0d2d12e65
commit 19f9cad3fe
No known key found for this signature in database
GPG Key ID: 8A5E6B173056AD6C
1 changed files with 1 additions and 1 deletions

View File

@ -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