diff options
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; |