Fix timeout for node returned wait

Signed-off-by: anikeev-yadro <a.anikeev@yadro.com>
This commit is contained in:
anikeev-yadro 2022-10-13 11:04:42 +03:00 committed by anikeev-yadro
parent 6734cd70e6
commit 31d43fbba9

View file

@ -34,7 +34,7 @@ def wait_object_replication_on_nodes(
@allure.step("Wait for storage node returned to cluster")
def wait_all_storage_node_returned():
sleep_interval, attempts = 10, 12
sleep_interval, attempts = 15, 20
for __attempt in range(attempts):
if is_all_storage_node_returned():
return