未验证 提交 dfa2dac8 编写于 作者: Z zhuwenxing 提交者: GitHub

[test]Update timeout for compact (#21930)

Signed-off-by: Nzhuwenxing <wenxing.zhu@zilliz.com>
上级 223e527c
......@@ -32,8 +32,9 @@ class TestAllCollection(TestcaseBase):
tt = time.time() - t0
assert collection_w.name == name
# compact collection before getting num_entities
collection_w.flush(timeout=180)
collection_w.compact()
collection_w.wait_for_compaction_completed()
collection_w.wait_for_compaction_completed(timeout=720)
entities = collection_w.num_entities
log.info(f"assert create collection: {tt}, init_entities: {entities}")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册