From 0b72dfb27c0b46cd69b985ce138031941739978d Mon Sep 17 00:00:00 2001 From: James Briggs <35938317+jamescalam@users.noreply.github.com> Date: Sat, 4 Jan 2025 13:45:14 +0400 Subject: [PATCH] chore: increase pinecone wait time --- tests/unit/test_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_router.py b/tests/unit/test_router.py index 66770694..cd4d1420 100644 --- a/tests/unit/test_router.py +++ b/tests/unit/test_router.py @@ -16,7 +16,7 @@ from semantic_router.route import Route from platform import python_version -PINECONE_SLEEP = 8 +PINECONE_SLEEP = 12 def mock_encoder_call(utterances): -- GitLab