Skip to content

Commit

Permalink
reduce max size of stable b tree map tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Dec 8, 2023
1 parent 2ad26f7 commit c39a9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion property_tests/tests/stable_b_tree_map/test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const StableBTreeMapTestArb = fc
}),
{
minLength: 20,
maxLength: 100
maxLength: 50
}
)
.map((canisterConfigs) => {
Expand Down

0 comments on commit c39a9fe

Please sign in to comment.