We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18e101 commit 5a21668Copy full SHA for 5a21668
src/common/rpc/StfSenderRpcClient.h
@@ -84,7 +84,7 @@ class StfSenderRpcClient {
84
lParam.set_tf_builder_id("-1");
85
StfDataResponse lRet;
86
ClientContext lContext;
87
- lContext.set_deadline(std::chrono::system_clock::now() + std::chrono::milliseconds(1000));
+ lContext.set_deadline(std::chrono::system_clock::now() + std::chrono::milliseconds(3000));
88
lContext.set_wait_for_ready(true);
89
90
auto lRetVal = mStub->StfDataRequest(&lContext, lParam, &lRet);
0 commit comments