Skip to content

Commit 6cff586

Browse files
fix: remove time.sleep from tests added
1 parent c838d94 commit 6cff586

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

integrations/opensearch/tests/test_document_store.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,5 +655,4 @@ def test_delete_with_routing(self, document_store: OpenSearchDocumentStore):
655655
routing_map = {"1": "user_a", "2": "user_b"}
656656
document_store.delete_documents(["1", "2"], routing=routing_map)
657657

658-
time.sleep(1)
659658
assert document_store.count_documents() == 1

0 commit comments

Comments
 (0)