Commit miss, bump to 5s

This commit is contained in:
Sean Chittenden 2016-06-10 02:16:28 -04:00
parent ca66f0ee9a
commit e69232dd73
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ func DefaultConfig() *Config {
ServerServiceName: "nomad",
ClientServiceName: "nomad-client",
AutoRegister: true,
Timeout: 500 * time.Millisecond,
Timeout: 5 * time.Second,
},
Client: &ClientConfig{
Enabled: false,