Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 6f15eda

Browse files
Fix: Data generation is extremely slow
E hypothesis.errors.FailedHealthCheck: Data generation is extremely slow: Only produced 7 valid examples in 1.01 seconds (0 invalid ones and 1 exceeded maximum size). Try decreasing size of the data you're generating (with e.g.max_size or max_leaves parameters). E See https://hypothesis.readthedocs.io/en/latest/healthchecks.html for more information about this. If you want to disable just this health check, add HealthCheck.too_slow to the suppress_health_check settings for this test.
1 parent 4e66cf1 commit 6f15eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_property_based.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
_cmsgpack = None
1010
from msgpack import fallback
1111

12-
HYPOTHESIS_MAX = 50
12+
HYPOTHESIS_MAX = 3
1313

1414
# https://github.com/msgpack/msgpack/blob/master/spec.md#type-system
1515
# TODO: test timestamps

0 commit comments

Comments
 (0)