We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f15715 commit 4c31362Copy full SHA for 4c31362
1 file changed
tests/conftest.py
@@ -194,10 +194,12 @@ def enable_vector_search():
194
f"{common.BASE_URL}/experimental-features",
195
headers={"Authorization": f"Bearer {common.MASTER_KEY}"},
196
json={"vectorStore": True},
197
+ timeout=10,
198
)
199
yield
200
requests.patch(
201
202
203
json={"vectorStore": False},
204
205
0 commit comments