Skip to content

Commit

Permalink
chore: Further reducing examples and setting deadline to None
Browse files Browse the repository at this point in the history
  • Loading branch information
tazarov committed May 14, 2024
1 parent 380c6a2 commit b613f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromadb/test/property/test_embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def batching_params(draw: st.DrawFn) -> BatchParams:
)


@settings(max_examples=10)
@settings(max_examples=1, deadline=None)
@given(batching_params=batching_params())
def test_batching(batching_params: BatchParams, api: ServerAPI) -> None:
error_distribution = {"IndexError": 0, "TypeError": 0, "NoError": 0}
Expand Down

0 comments on commit b613f2e

Please sign in to comment.