Skip to content

Commit

Permalink
Complete tests configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Apr 17, 2022
1 parent 4fc9042 commit c55f60c
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 @@ -5,7 +5,7 @@
from hypothesis import settings

on_ci = bool(os.getenv('CI', False))
max_examples = (-(settings.default.max_examples // 4)
max_examples = (-(-settings.default.max_examples // 4)
if on_ci
else settings.default.max_examples)
settings.register_profile('default',
Expand Down

0 comments on commit c55f60c

Please sign in to comment.