mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-04 11:18:44 +08:00
[skip e2e] Increase compaction timeout for test case (#17919)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
ff3c4ab2a8
commit
991038a3a6
@ -1158,7 +1158,7 @@ class TestCompactionOperation(TestcaseBase):
|
||||
t = threading.Thread(target=do_index, args=())
|
||||
t.start()
|
||||
collection_w.compact()
|
||||
collection_w.wait_for_compaction_completed()
|
||||
collection_w.wait_for_compaction_completed(timeout=90)
|
||||
collection_w.get_compaction_plans()
|
||||
|
||||
t.join()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user