Added 1 epoch in func set status node #206

Merged
d.zayakin merged 1 commit from d.zayakin/frostfs-testlib:add-one-tick-epoch into master 2024-04-15 13:30:09 +00:00

View file

@ -432,7 +432,8 @@ class ClusterStateController:
if not await_tick: if not await_tick:
return return
with reporter.step("Tick 1 epoch and await 2 block"): with reporter.step("Tick 2 epoch with 2 block await."):
for _ in range(2):
frostfs_adm.morph.force_new_epoch() frostfs_adm.morph.force_new_epoch()
time.sleep(parse_time(MORPH_BLOCK_TIME) * 2) time.sleep(parse_time(MORPH_BLOCK_TIME) * 2)