aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/client.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-06-13 09:02:24 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-06-13 09:02:24 -0700
commitea0dee5be9f73ff18e9cdb681d23f2d1493cd4af (patch)
tree2acc681eeb994935f8fd11e96621dd0a4d39cfd3 /test/cpp/qps/client.h
parentdbaf05e13d1f98db9329f3e04d80d1b90e9ee231 (diff)
Fix leaks
Diffstat (limited to 'test/cpp/qps/client.h')
-rw-r--r--test/cpp/qps/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/client.h b/test/cpp/qps/client.h
index 2a89eb8018..5850dfa109 100644
--- a/test/cpp/qps/client.h
+++ b/test/cpp/qps/client.h
@@ -319,7 +319,7 @@ class ClientImpl : public Client {
gpr_log(GPR_INFO, "Connecting to %s", target.c_str());
GPR_ASSERT(channel_->WaitForConnected(
gpr_time_add(gpr_now(GPR_CLOCK_REALTIME),
- gpr_time_from_seconds(30, GPR_TIMESPAN))));
+ gpr_time_from_seconds(1200, GPR_TIMESPAN))));
stub_ = create_stub(channel_);
}
Channel* get_channel() { return channel_.get(); }