Skip to content

Commit

Permalink
Increase deadline for pyproject formatting test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Dec 12, 2023
1 parent 500d1d4 commit a20fc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakebids/tests/test_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a20fc2b

Please sign in to comment.