From dcf8d52ceb5c791e6c46458effde39631b37ab79 Mon Sep 17 00:00:00 2001
From: James Briggs <james.briggs@hotmail.com>
Date: Thu, 5 Sep 2024 14:01:39 +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 fc0a4c45..920796bd 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 = 10
+PINECONE_SLEEP = 20
 
 def mock_encoder_call(utterances):
     # Define a mapping of utterances to return values
-- 
GitLab