Skip to content

Commit

Permalink
reduced bip39 random cases by half
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeubas committed Aug 23, 2024
1 parent 432bf5f commit 05e0ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bip39.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_edge_cases():


def test_random_cases():
for _ in range(20000):
for _ in range(10000):
for size in (16, 20, 24, 28, 32):
token_bytes = secrets.token_bytes(size)
assert (
Expand Down

0 comments on commit 05e0ff7

Please sign in to comment.