Skip to content
Snippets Groups Projects
Commit 161acd40 authored by garciadeblas's avatar garciadeblas
Browse files

Fix bug 1653 to update osm_health increasing time_for_failure


Recent tests showed that the 5 minutes assigned to the time for checking
failures in pods were not enough. This change increases the time to 7
minutes, which will be enough even for the long tail cases.

Change-Id: Ic9c721811a187292c1da6f421f2ed4311b7f4622
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 312ec44d
No related branches found
Tags release-v11.0-start
No related merge requests found
......@@ -17,7 +17,7 @@
# Default values
sampling_period=5 # seconds
time_for_readiness=2 # minutes ready
time_for_failure=5 # minutes broken
time_for_failure=7 # minutes broken
KUBERNETES= # By default, assumes Docker Swarm installation
STACK_NAME=osm # By default, "osm"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment