mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Remove case timeout (#15154)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/15159/head
parent
6e847ff194
commit
b377807257
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue