forked from TrueCloudLab/frostfs-testcases
Fix timeout for node returned wait
Signed-off-by: anikeev-yadro <a.anikeev@yadro.com>
This commit is contained in:
parent
6734cd70e6
commit
31d43fbba9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def wait_object_replication_on_nodes(
|
||||||
|
|
||||||
@allure.step("Wait for storage node returned to cluster")
|
@allure.step("Wait for storage node returned to cluster")
|
||||||
def wait_all_storage_node_returned():
|
def wait_all_storage_node_returned():
|
||||||
sleep_interval, attempts = 10, 12
|
sleep_interval, attempts = 15, 20
|
||||||
for __attempt in range(attempts):
|
for __attempt in range(attempts):
|
||||||
if is_all_storage_node_returned():
|
if is_all_storage_node_returned():
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue