aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-09-26 19:12:52 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-09-26 19:12:52 -0700
commite2ac10627df63b2252e62c1795ef9ffbe283bf24 (patch)
treefba9e6db1bcfa467343b7362c8cd11a3e8721823 /src/cpp
parentf4c6e43ff210c483a439f60625ebe3f15a7eb018 (diff)
new value
Diffstat (limited to 'src/cpp')
-rw-r--r--src/cpp/server/server_cc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpp/server/server_cc.cc b/src/cpp/server/server_cc.cc
index f70bdb71ba..e9f3c99788 100644
--- a/src/cpp/server/server_cc.cc
+++ b/src/cpp/server/server_cc.cc
@@ -297,7 +297,7 @@ class Server::SyncRequestManager : public GrpcRpcManager {
server_cq_(server_cq),
global_callbacks_(global_callbacks) {}
- static const int kRpcPollingTimeoutMsec = 500;
+ static const int kRpcPollingTimeoutMsec = 3000;
WorkStatus PollForWork(void** tag, bool* ok) GRPC_OVERRIDE {
*tag = nullptr;