From 6b440eca8aeb0f670683b99729d7780e8a8148aa Mon Sep 17 00:00:00 2001 From: James Briggs <james.briggs@hotmail.com> Date: Thu, 5 Sep 2024 13:48:21 +0200 Subject: [PATCH] fix: increase pinecone sleep --- tests/unit/test_layer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_layer.py b/tests/unit/test_layer.py index 9fdc4459..fc0a4c45 100644 --- a/tests/unit/test_layer.py +++ b/tests/unit/test_layer.py @@ -16,7 +16,7 @@ from semantic_router.route import Route from platform import python_version -PINECONE_SLEEP = 5 +PINECONE_SLEEP = 10 def mock_encoder_call(utterances): # Define a mapping of utterances to return values -- GitLab