Skip to content

Commit 76ba985

Browse files
committed
Limit more
1 parent a613535 commit 76ba985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def pytest_collection_modifyitems(items, config) -> None:
182182
"ci",
183183
database=None,
184184
deadline=None,
185-
max_examples=25,
185+
max_examples=15,
186186
suppress_health_check=(
187187
hypothesis.HealthCheck.too_slow,
188188
hypothesis.HealthCheck.differing_executors,

0 commit comments

Comments
 (0)