Update timeout

pull/623/head
zhenwu 2019-11-30 11:26:17 +08:00
parent 299e245d97
commit 4f098c121f
1 changed files with 1 additions and 1 deletions

View File

@ -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"