mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
[skip ci] Standardize code style (#10804)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
ab23b2477f
commit
bb3d55ca4d
@ -193,7 +193,7 @@ class TestFlushBase:
|
||||
connect.flush([id_collection])
|
||||
timeout = 20
|
||||
start_time = time.time()
|
||||
while (time.time() - start_time < timeout):
|
||||
while time.time() - start_time < timeout:
|
||||
time.sleep(1)
|
||||
res = connect.get_collection_stats(id_collection)
|
||||
if res["row_count"] == default_nb:
|
||||
|
Loading…
Reference in New Issue
Block a user