Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vits-99 committed Sep 19, 2024
1 parent 4d877be commit d9d25b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/test_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from platform import python_version


PINECONE_SLEEP = 20
PINECONE_SLEEP = 15


def mock_encoder_call(utterances):
Expand Down Expand Up @@ -50,6 +50,7 @@ def init_index(
index = index_cls(
index_name=TEST_ID, dimensions=dimensions, namespace=namespace, sync=sync
)
time.sleep(PINECONE_SLEEP)
else:
index = index_cls()
return index
Expand Down

0 comments on commit d9d25b5

Please sign in to comment.