diff --git a/pyproject.toml b/pyproject.toml index 72abf996..0744e546 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ write_to = "src/hats_import/_version.py" hats_import = ["py.typed"] [tool.pytest.ini_options] -timeout = 1 +timeout = 2 markers = [ "dask: mark tests as having a dask client runtime dependency", ]