[iomgr] Reduce the size of combiner_test (#31085)

pull/31084/head
Craig Tiller 2 years ago committed by GitHub
parent f7c3f4df3a
commit bd6fab6ab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/iomgr/combiner_test.cc

@ -96,7 +96,7 @@ TEST(CombinerTest, TestExecuteMany) {
gpr_log(GPR_DEBUG, "test_execute_many");
grpc_core::Combiner* lock = grpc_combiner_create();
grpc_core::Thread thds[100];
grpc_core::Thread thds[10];
thd_args ta[GPR_ARRAY_SIZE(thds)];
for (size_t i = 0; i < GPR_ARRAY_SIZE(thds); i++) {
ta[i].ctr = 0;

Loading…
Cancel
Save