From 4e8576516f9d01428e5432a58aa8173e036a8def Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 26 Aug 2016 11:13:20 -0700 Subject: [PATCH] Increase the timeout to be greater than the RPC hold threshold --- command/agent/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/agent.go b/command/agent/agent.go index 753253d67..597c99bd8 100644 --- a/command/agent/agent.go +++ b/command/agent/agent.go @@ -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