Skip to content

Commit

Permalink
test(python_prompt_library): remove deadline for test_codebot_instance
Browse files Browse the repository at this point in the history
This commit removes the deadline for the test_codebot_instance function
in the python_prompt_library test suite to prevent potential timeout issues.
  • Loading branch information
ericmjl committed Nov 11, 2023
1 parent 0e23857 commit 4a30e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/prompt_library/test_python_prompt_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@


@given(st.text())
@settings(deadline=None)
def test_codebot_instance(input_text: str):
"""Test that codebot returns a SimpleBot instance.
Expand Down

0 comments on commit 4a30e96

Please sign in to comment.