diff --git a/tests/prompt_library/test_python_prompt_library.py b/tests/prompt_library/test_python_prompt_library.py index 68ac73903..3f8f7f8b5 100644 --- a/tests/prompt_library/test_python_prompt_library.py +++ b/tests/prompt_library/test_python_prompt_library.py @@ -69,6 +69,7 @@ def test_ghostwriter(desired_functionality: str, language: str): @given(code=st.text(), style=st.sampled_from(["sphinx", "numpy", "google"])) +@settings(deadline=None) def test_docstring(code: str, style: str): """Test that the docstring function generates a docstring with the specified style.