Skip to content

Commit e5e9076

Browse files
alwayslove2013XuanYang-cn
authored andcommitted
Increase the optimization time limit to ensure that most databases pass the test
Signed-off-by: min.tian <[email protected]>
1 parent 4b38712 commit e5e9076

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vectordb_bench/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ class config:
3232
LOAD_TIMEOUT_1536D_500K = 2.5 * 3600 # 2.5h
3333
LOAD_TIMEOUT_1536D_5M = 25 * 3600 # 25h
3434

35-
OPTIMIZE_TIMEOUT_DEFAULT = 15 * 60 # 15min
36-
OPTIMIZE_TIMEOUT_768D_1M = 15 * 60 # 15min
37-
OPTIMIZE_TIMEOUT_768D_10M = 2.5 * 3600 # 2.5h
38-
OPTIMIZE_TIMEOUT_768D_100M = 25 * 3600 # 1.04d
35+
OPTIMIZE_TIMEOUT_DEFAULT = 30 * 60 # 30min
36+
OPTIMIZE_TIMEOUT_768D_1M = 30 * 60 # 30min
37+
OPTIMIZE_TIMEOUT_768D_10M = 5 * 3600 # 5h
38+
OPTIMIZE_TIMEOUT_768D_100M = 50 * 3600 # 50h
3939

4040

4141
OPTIMIZE_TIMEOUT_1536D_500K = 15 * 60 # 15min

0 commit comments

Comments
 (0)