From 6716cda41a79d071f7513765f498da40d29cb1e6 Mon Sep 17 00:00:00 2001 From: Joan Martinez Date: Tue, 5 Nov 2024 17:12:29 +0100 Subject: [PATCH] test: simplify test a little --- tests/integration/docarray_v2/test_v2.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/docarray_v2/test_v2.py b/tests/integration/docarray_v2/test_v2.py index f03fa4ddb9caf..9a2b89add3c39 100644 --- a/tests/integration/docarray_v2/test_v2.py +++ b/tests/integration/docarray_v2/test_v2.py @@ -1399,10 +1399,10 @@ def search( @pytest.mark.parametrize( - 'protocols', [['grpc'], ['http'], ['websocket'], ['grpc', 'http', 'websocket']] + 'protocols', [['grpc'], ['http'], ['websocket']] ) @pytest.mark.parametrize('reduce', [True, False]) -@pytest.mark.parametrize('sleep_time', [0.1, 5]) +@pytest.mark.parametrize('sleep_time', [5]) def test_flow_with_shards_all_shards_return(protocols, reduce, sleep_time): from typing import List