From c39a9feace2d2a93c0dd4f2106fc5431aa4a2a56 Mon Sep 17 00:00:00 2001 From: Jordan Last Date: Fri, 8 Dec 2023 16:18:35 -0600 Subject: [PATCH] reduce max size of stable b tree map tests --- property_tests/tests/stable_b_tree_map/test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/property_tests/tests/stable_b_tree_map/test/test.ts b/property_tests/tests/stable_b_tree_map/test/test.ts index 6bbc5ab7df..97788dfc26 100644 --- a/property_tests/tests/stable_b_tree_map/test/test.ts +++ b/property_tests/tests/stable_b_tree_map/test/test.ts @@ -66,7 +66,7 @@ const StableBTreeMapTestArb = fc }), { minLength: 20, - maxLength: 100 + maxLength: 50 } ) .map((canisterConfigs) => {