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

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/16051/head
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
1 changed files with 1 additions and 1 deletions

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)