Find a way to make Hypothesis deadline setting dependent on whether or not coverage is being run
mulkieran opened this issue · 1 comments
mulkieran commented
The deadline controls how long an individual test function is allowed to run. Obviously, when running under coverage, the test function will run a lot more slowly. We don't want the test to fail just because of that. Figure out a way to make the deadline = None
, i.e, no deadline, when running under coverage.
mulkieran commented
Hypothesis question: HypothesisWorks/hypothesis#1758.