[test] Increase handoff timeout limit in compact case (#16031)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
ThreadDao 2022-03-15 14:35:21 +08:00 committed by GitHub
parent d4a0c5eba6
commit 6079a3dfaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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