aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/test.c')
-rw-r--r--src/or/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c
index 9b427cfa76..68fb97e44c 100644
--- a/src/or/test.c
+++ b/src/or/test.c
@@ -2119,7 +2119,7 @@ test_mempool(void)
test_assert(pool->item_alloc_size >= sizeof(void*)+1);
mp_pool_destroy(pool);
- pool = mp_pool_new(241, 10);
+ pool = mp_pool_new(241, 2500);
test_assert(pool->new_chunk_capacity >= 10);
test_assert(pool->item_alloc_size >= sizeof(void*)+241);
test_eq(pool->item_alloc_size & 0x03, 0);