Skip to content

Commit

Permalink
Increase the optimization time limit to ensure that most databases pa…
Browse files Browse the repository at this point in the history
…ss the test

Signed-off-by: min.tian <[email protected]>
  • Loading branch information
alwayslove2013 authored and XuanYang-cn committed Jun 3, 2024
1 parent 4b38712 commit e5e9076
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vectordb_bench/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ class config:
LOAD_TIMEOUT_1536D_500K = 2.5 * 3600 # 2.5h
LOAD_TIMEOUT_1536D_5M = 25 * 3600 # 25h

OPTIMIZE_TIMEOUT_DEFAULT = 15 * 60 # 15min
OPTIMIZE_TIMEOUT_768D_1M = 15 * 60 # 15min
OPTIMIZE_TIMEOUT_768D_10M = 2.5 * 3600 # 2.5h
OPTIMIZE_TIMEOUT_768D_100M = 25 * 3600 # 1.04d
OPTIMIZE_TIMEOUT_DEFAULT = 30 * 60 # 30min
OPTIMIZE_TIMEOUT_768D_1M = 30 * 60 # 30min
OPTIMIZE_TIMEOUT_768D_10M = 5 * 3600 # 5h
OPTIMIZE_TIMEOUT_768D_100M = 50 * 3600 # 50h


OPTIMIZE_TIMEOUT_1536D_500K = 15 * 60 # 15min
Expand Down

0 comments on commit e5e9076

Please sign in to comment.