Skip to content

Commit

Permalink
Fix conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
Amnah199 committed Oct 25, 2024
1 parent 9f35b57 commit 48b507f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/azure_ai_search/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 48b507f

Please sign in to comment.