Skip to content

Commit

Permalink
pinecone: increase sleep time (#1478)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefano Fiorucci <stefano.fiorucci@Stefano-CF2F2HQHG6.local>
  • Loading branch information
anakin87 and Stefano Fiorucci authored Mar 6, 2025
1 parent 4a9fb26 commit 3557aa3
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 @@ -13,7 +13,7 @@
from haystack_integrations.document_stores.pinecone import PineconeDocumentStore

# This is the approximate time in seconds it takes for the documents to be available
SLEEP_TIME_IN_SECONDS = 18
SLEEP_TIME_IN_SECONDS = 25


@pytest.fixture()
Expand Down

0 comments on commit 3557aa3

Please sign in to comment.