Increase the timeout to be greater than the RPC hold threshold

This commit is contained in:
Alex Dadgar 2016-08-26 11:13:20 -07:00
parent d31f373a5b
commit 4e8576516f
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const (
clientHttpCheckInterval = 10 * time.Second clientHttpCheckInterval = 10 * time.Second
clientHttpCheckTimeout = 3 * time.Second clientHttpCheckTimeout = 3 * time.Second
serverHttpCheckInterval = 10 * time.Second serverHttpCheckInterval = 10 * time.Second
serverHttpCheckTimeout = 3 * time.Second serverHttpCheckTimeout = 6 * time.Second
serverRpcCheckInterval = 10 * time.Second serverRpcCheckInterval = 10 * time.Second
serverRpcCheckTimeout = 3 * time.Second serverRpcCheckTimeout = 3 * time.Second
serverSerfCheckInterval = 10 * time.Second serverSerfCheckInterval = 10 * time.Second