From ca31256597ced522371eed101d756adb4a860e2c Mon Sep 17 00:00:00 2001 From: Yuchen Zeng Date: Mon, 23 Oct 2017 18:26:21 -0700 Subject: [PATCH] Remove redundant WaitForConnected --- test/cpp/qps/client.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/cpp/qps/client.h b/test/cpp/qps/client.h index 48c8995666e..a5049e5502b 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(), 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;