Skip to content

Commit

Permalink
pinecone - increase sleep time (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Apr 22, 2024
1 parent 3d4e227 commit b0617e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/pinecone/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from haystack_integrations.document_stores.pinecone import PineconeDocumentStore

# This is the approximate time it takes for the documents to be available
SLEEP_TIME = 20
SLEEP_TIME = 30


@pytest.fixture()
Expand Down

0 comments on commit b0617e0

Please sign in to comment.