aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-05-03 12:33:33 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-05-03 12:33:33 -0700
commit63d11752b7017d7fd677435d3e92a1a88d768aac (patch)
tree8832736f4abee0a253c5a558feaf08ff92918cc7 /test/core/support
parent5774a469c029fed88a98283129fd61cd5c78e78f (diff)
Update costs
Diffstat (limited to 'test/core/support')
-rw-r--r--test/core/support/mpscq_test.c2
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;