aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-10-23 18:26:21 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2017-10-23 18:26:21 -0700
commitca31256597ced522371eed101d756adb4a860e2c (patch)
tree16750af567dd65082125bbb6b4ee6426c4aab161 /test/cpp/qps
parent692bbf942c719ac53fa76b66457afc1db52d5bba (diff)
Remove redundant WaitForConnected
Diffstat (limited to 'test/cpp/qps')
-rw-r--r--test/cpp/qps/client.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/cpp/qps/client.h b/test/cpp/qps/client.h
index 48c8995666..a5049e5502 100644
--- a/test/cpp/qps/client.h
+++ b/test/cpp/qps/client.h
@@ -433,9 +433,6 @@ class ClientImpl : public Client {
!config.security_params().use_test_ca(),
std::shared_ptr<CallCredentials>(), args);
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(300, GPR_TIMESPAN))));
is_inproc_ = false;
} else {
grpc::string tgt = target;