Skip to content

Commit

Permalink
increase pinecone sleep time (deepset-ai#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Jan 30, 2024
1 parent cd73757 commit 799c503
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 @@ -6,7 +6,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 = 25


@pytest.fixture()
Expand Down

0 comments on commit 799c503

Please sign in to comment.