Skip to content

Commit

Permalink
increase wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Dec 19, 2023
1 parent 542ec80 commit abf985a
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 = 17
SLEEP_TIME = 20


@pytest.fixture()
Expand Down

0 comments on commit abf985a

Please sign in to comment.