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 4, 2020
1 parent cd314b8 commit f1e08f3
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 @@ -6,7 +6,7 @@
on_travis_ci = os.getenv('CI', False)
on_azure_pipelines = os.getenv('TF_BUILD', False)
settings.register_profile('default',
max_examples=(settings.default.max_examples // 4
max_examples=(settings.default.max_examples // 2
if on_travis_ci or on_azure_pipelines
else settings.default.max_examples),
deadline=None,
Expand Down

0 comments on commit f1e08f3

Please sign in to comment.