Skip to content

Commit

Permalink
increase deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed May 13, 2024
1 parent c01d004 commit 732e5a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from seedbank import initialize, numpy_rng

from pytest import fixture
from hypothesis import settings

logging.getLogger("numba").setLevel(logging.INFO)

Expand Down Expand Up @@ -52,3 +53,6 @@ def pytest_collection_modifyitems(items):
if evm is not None and slm is None:
_log.debug("adding slow mark to %s", item)
item.add_marker("slow")


settings.register_profile("default", deadline=1000)

0 comments on commit 732e5a2

Please sign in to comment.