diff options
author | Craig Tiller <ctiller@google.com> | 2017-05-05 17:52:01 +0000 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-05-05 17:52:01 +0000 |
commit | a37ad7d1345e48dff8a60b92af384b99086f6ae6 (patch) | |
tree | c4bc7feef08271ec06e95511c51d5f3fcc1674c8 /test/core/support/mpscq_test.c | |
parent | 9247817082bc5d33ebe048a1aa0c5881fdb408ed (diff) | |
parent | 0994bbd0f7d8e97ca946ee97f24643d79e5d2c3e (diff) |
Merge branch 'trickle_stall' of github.com:ctiller/grpc into trickle_stall
Diffstat (limited to 'test/core/support/mpscq_test.c')
-rw-r--r-- | test/core/support/mpscq_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/support/mpscq_test.c b/test/core/support/mpscq_test.c index 491eb9148b..695066c68e 100644 --- a/test/core/support/mpscq_test.c +++ b/test/core/support/mpscq_test.c @@ -76,7 +76,7 @@ typedef struct { gpr_event *start; } thd_args; -#define THREAD_ITERATIONS 100000 +#define THREAD_ITERATIONS 10000 static void test_thread(void *args) { thd_args *a = args; |