We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c96518 commit 07588eaCopy full SHA for 07588ea
tests/test_numbits.py
@@ -28,7 +28,7 @@
28
# When coverage-testing ourselves, hypothesis complains about a test being
29
# flaky because the first run exceeds the deadline (and fails), and the second
30
# run succeeds. Disable the deadline if we are coverage-testing.
31
-default_settings = settings()
+default_settings = settings(deadline=400) # milliseconds
32
if env.METACOV:
33
default_settings = settings(default_settings, deadline=None)
34
0 commit comments