Skip to content

Commit

Permalink
Merge pull request #97 from davesque/fix-slow-test
Browse files Browse the repository at this point in the history
Fix slow hypothesis tests
  • Loading branch information
pipermerriam committed Aug 28, 2018
2 parents 082819a + 18c3a63 commit 6f6e50e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/common/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def guaranteed_permute(xs):
st.one_of(malformed_non_tuple_type_strs, this_strategy),
min_size=1, max_size=10,
),
max_leaves=5,
).map(join_tuple)

malformed_type_strs = st.one_of(
Expand Down

0 comments on commit 6f6e50e

Please sign in to comment.