From 48b507f5bbe2575b7102d0f04b74d0630ed35c81 Mon Sep 17 00:00:00 2001 From: Amna Mubashar Date: Fri, 25 Oct 2024 12:01:23 +0200 Subject: [PATCH] Fix conftest --- integrations/azure_ai_search/tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/azure_ai_search/tests/conftest.py b/integrations/azure_ai_search/tests/conftest.py index cb4dd1bb5..1a187a79f 100644 --- a/integrations/azure_ai_search/tests/conftest.py +++ b/integrations/azure_ai_search/tests/conftest.py @@ -10,7 +10,7 @@ from haystack_integrations.document_stores.azure_ai_search import AzureAISearchDocumentStore # This is the approximate time in seconds it takes for the documents to be available in Azure Search index -SLEEP_TIME_IN_SECONDS = 5 +SLEEP_TIME_IN_SECONDS = 10 @pytest.fixture()