Skip to content

Commit

Permalink
keep deadlines for fast
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Feb 12, 2021
1 parent 237a897 commit c780cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def kernel(request):
# set up profiles
settings.register_profile('default', deadline=1000)
settings.register_profile('large', max_examples=5000)
settings.register_profile('fast', max_examples=10, deadline=None)
settings.register_profile('fast', max_examples=10)
settings.register_profile('nojit', settings.get_profile('fast'),
deadline=None)
settings.load_profile('default')

0 comments on commit c780cfc

Please sign in to comment.