From a20fc2b5663d790910323787df08bb7b50dcf9d9 Mon Sep 17 00:00:00 2001 From: Peter Van Dyken Date: Tue, 12 Dec 2023 11:57:20 -0500 Subject: [PATCH] Increase deadline for pyproject formatting test --- snakebids/tests/test_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snakebids/tests/test_template.py b/snakebids/tests/test_template.py index d7fcc4f4..9fe36898 100644 --- a/snakebids/tests/test_template.py +++ b/snakebids/tests/test_template.py @@ -209,7 +209,7 @@ def test_correct_build_system_used( create_doc_template=st.just(False), license=st.text(), ) -@settings(suppress_health_check=[HealthCheck.function_scoped_fixture], deadline=1000) +@settings(suppress_health_check=[HealthCheck.function_scoped_fixture], deadline=5000) @pytest.mark.parametrize("build", BUILD_BACKENDS) def test_pyproject_correctly_formatted( tmp_path: Path, build: BuildBackend, **kwargs: Unpack[DataFields]