From 4f098c121fa15a27f8ec667baf5326ec3c503570 Mon Sep 17 00:00:00 2001 From: zhenwu Date: Sat, 30 Nov 2019 11:26:17 +0800 Subject: [PATCH] Update timeout --- tests/milvus_python_test/test_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/milvus_python_test/test_index.py b/tests/milvus_python_test/test_index.py index 8ce03b6a6..5172d2588 100644 --- a/tests/milvus_python_test/test_index.py +++ b/tests/milvus_python_test/test_index.py @@ -18,7 +18,7 @@ index_file_size = 10 vectors = gen_vectors(nb, dim) vectors = sklearn.preprocessing.normalize(vectors, axis=1, norm='l2') vectors = vectors.tolist() -BUILD_TIMEOUT = 60 +BUILD_TIMEOUT = 180 nprobe = 1 tag = "1970-01-01" -- GitLab