Skip to content

Commit

Permalink
Fixed test router
Browse files Browse the repository at this point in the history
  • Loading branch information
Vits-99 committed Jan 23, 2025
1 parent b470d73 commit 16e3169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/test_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ def test_namespace_pinecone_index(self, routes, index_cls, encoder_cls, router_c
index=pineconeindex,
auto_sync="local",
)
time.sleep(PINECONE_SLEEP) # allow for index to be updated

@retry(max_retries=RETRY_COUNT, delay=PINECONE_SLEEP)
def check_query_result():
Expand Down

0 comments on commit 16e3169

Please sign in to comment.