aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-17 15:03:22 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-17 15:03:22 -0700
commitca3154d7c8edadcd84e1e199264c30a7f285058e (patch)
tree1721f83bcf40cb8d59a8c8dcea38b2ff955c4ca2 /test/core
parent78058b71aab5a77158275f2ac944dd749295501f (diff)
Make repro more repro-able
Diffstat (limited to 'test/core')
-rw-r--r--test/core/iomgr/ev_epoll_linux_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/iomgr/ev_epoll_linux_test.c b/test/core/iomgr/ev_epoll_linux_test.c
index 0717a69cf6..6164c6dc4c 100644
--- a/test/core/iomgr/ev_epoll_linux_test.c
+++ b/test/core/iomgr/ev_epoll_linux_test.c
@@ -347,7 +347,7 @@ static void test_threading(void) {
shared.pollset = gpr_zalloc(grpc_pollset_size());
grpc_pollset_init(shared.pollset, &shared.mu);
- gpr_thd_id thds[2];
+ gpr_thd_id thds[10];
for (size_t i = 0; i < GPR_ARRAY_SIZE(thds); i++) {
gpr_thd_options opt = gpr_thd_options_default();
gpr_thd_options_set_joinable(&opt);