mirror of https://github.com/milvus-io/milvus.git
[test] Increase handoff timeout limit in compact case (#16031)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/16051/head
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]
|
c_plans = collection_w.get_compaction_plans(check_task=CheckTasks.check_merge_compact)[0]
|
||||||
|
|
||||||
# waiting for handoff completed and search
|
# waiting for handoff completed and search
|
||||||
cost = 1
|
cost = 30
|
||||||
start = time()
|
start = time()
|
||||||
while True:
|
while True:
|
||||||
sleep(5)
|
sleep(5)
|
||||||
|
|
Loading…
Reference in New Issue