[#120] increase 1sec wait to 15sec

Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
update-check-policy-for-037
Andrey Berezin 2023-10-23 19:42:23 +03:00
parent f159cd89f3
commit c5f6d6cf2b
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ def after_deploy_healthcheck(cluster: Cluster):
SERVICE_ACTIVE_TIME = 15
@wait_for_success(60 * SERVICE_ACTIVE_TIME * 2, 1)
@wait_for_success(60 * SERVICE_ACTIVE_TIME * 2, 15)
@allure.step("Check readiness on node {cluster_node}")
def readiness_on_node(cluster_node: ClusterNode):
# TODO: Move to healtcheck classes