Skip to content

Commit

Permalink
increase sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Dec 22, 2023
1 parent 227ff12 commit daa3282
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 pinecone_haystack.document_store 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 daa3282

Please sign in to comment.