forked from TrueCloudLab/frostfs-testcases
[#120] increase 1sec wait to 15sec
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
f159cd89f3
commit
c5f6d6cf2b
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ def after_deploy_healthcheck(cluster: Cluster):
|
||||||
SERVICE_ACTIVE_TIME = 15
|
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}")
|
@allure.step("Check readiness on node {cluster_node}")
|
||||||
def readiness_on_node(cluster_node: ClusterNode):
|
def readiness_on_node(cluster_node: ClusterNode):
|
||||||
# TODO: Move to healtcheck classes
|
# TODO: Move to healtcheck classes
|
||||||
|
|
Loading…
Reference in a new issue