diff options
author | Craig Tiller <ctiller@google.com> | 2017-10-10 22:14:56 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-10-10 22:14:56 -0700 |
commit | 5d38ac60b84dfebc20d142501e8b55e3154c8d65 (patch) | |
tree | 8708ad4ad3c49762e2cc1a7ad7eded9f52bdc077 /test/core | |
parent | b8b68761aed8053d894b04a56e6a3e158fed801d (diff) | |
parent | 0a64225aab8b8b66890839cd04655ca96f86d59a (diff) |
Merge branch 'timer' into pid++
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/surface/init_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/init_test.c b/test/core/surface/init_test.c index a9e80575af..b835a2a884 100644 --- a/test/core/surface/init_test.c +++ b/test/core/surface/init_test.c @@ -53,7 +53,7 @@ static void test_plugin() { } static void test_repeatedly() { - for (int i = 0; i < 100000; i++) { + for (int i = 0; i < 1000; i++) { grpc_init(); grpc_shutdown(); } |