From ffcf7f5064ea5e03da9c64d568f68ec624181ec0 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 18 Jun 2024 13:04:55 -0700 Subject: [PATCH] x --- test/cpp/end2end/resource_quota_end2end_stress_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpp/end2end/resource_quota_end2end_stress_test.cc b/test/cpp/end2end/resource_quota_end2end_stress_test.cc index bb204505f20..9960bdff93d 100644 --- a/test/cpp/end2end/resource_quota_end2end_stress_test.cc +++ b/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 = 1024; +constexpr int kNumParallelChannels = 10; } // namespace class EchoClientUnaryReactor : public grpc::ClientUnaryReactor {