We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cca0e commit 5a7a8e1Copy full SHA for 5a7a8e1
pandas/conftest.py
@@ -25,7 +25,6 @@
25
# if it really is slow add `@settings(deadline=...)` with a working value,
26
# or `deadline=None` to entirely disable timeouts for that test.
27
deadline=500,
28
- timeout=hypothesis.unlimited,
29
suppress_health_check=(hypothesis.HealthCheck.too_slow,),
30
)
31
hypothesis.settings.load_profile("ci")
0 commit comments