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 40e1ffd6ba
commit 859f4c5d5e

View File

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