pull/36967/head
Craig Tiller 8 months ago
parent abcd95a955
commit 8f7cffcd5c
  1. 4
      test/cpp/end2end/resource_quota_end2end_stress_test.cc

@ -52,7 +52,7 @@ namespace testing {
namespace {
constexpr int kResourceQuotaSizeBytes = 1024 * 1024;
constexpr int kPayloadSizeBytes = 1024 * 1024;
constexpr int kNumParallelChannels = 10;
constexpr int kNumParallelChannels = 1024;
} // namespace
class EchoClientUnaryReactor : public grpc::ClientUnaryReactor {
@ -126,7 +126,7 @@ class End2EndResourceQuotaUnaryTest : public ::testing::Test {
Status status;
auto stub = EchoTestService::NewStub(
CreateChannel(server_address_, grpc::InsecureChannelCredentials()));
ctx.set_wait_for_ready(true);
ctx.set_wait_for_ready(false);
EchoClientUnaryReactor reactor(&ctx, stub.get(), payload_, &status);
reactor.Await();
}

Loading…
Cancel
Save