Skip to content

Commit

Permalink
Update conftest.py to reduce the number of test on push
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomateoslangerak authored Feb 19, 2024
1 parent 45713d5 commit 5d85f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

settings.register_profile(
"push",
max_examples=10,
max_examples=1,
suppress_health_check=[
HealthCheck.too_slow,
HealthCheck.large_base_example,
Expand Down

0 comments on commit 5d85f4d

Please sign in to comment.