mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[test] Increase handoff timeout limit in compact case (#16031)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
d4a0c5eba6
commit
6079a3dfaa
@ -448,7 +448,7 @@ class TestCompactionOperation(TestcaseBase):
|
||||
c_plans = collection_w.get_compaction_plans(check_task=CheckTasks.check_merge_compact)[0]
|
||||
|
||||
# waiting for handoff completed and search
|
||||
cost = 1
|
||||
cost = 30
|
||||
start = time()
|
||||
while True:
|
||||
sleep(5)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user