diff options
Diffstat (limited to 'test/core/support')
-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 393949dc52..4357a7c353 100644 --- a/test/core/support/mpscq_test.c +++ b/test/core/support/mpscq_test.c @@ -74,7 +74,7 @@ typedef struct { gpr_mpscq *q; } thd_args; -#define THREAD_ITERATIONS 1000000 +#define THREAD_ITERATIONS 100000 static void test_thread(void *args) { thd_args *a = args; |