Increase 1sec wait to 15sec #120
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue