[skip e2e] Remove case timeout (#15154)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/15159/head
binbin 2022-01-11 16:47:39 +08:00 committed by GitHub
parent 6e847ff194
commit b377807257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2694,7 +2694,7 @@ class TestSearchBase:
assert abs(res[0][0].distance - min(distance_0, distance_1)) <= epsilon
@pytest.mark.tags(CaseLabel.L2)
@pytest.mark.timeout(300)
# @pytest.mark.timeout(300)
def test_search_concurrent_multithreads_single_connection(self, connect, args):
"""
target: test concurrent search with multi processes