Merge "Increase liveness timeout"

This commit is contained in:
Jenkins 2017-03-17 09:04:19 +00:00 committed by Gerrit Code Review
commit 72dc063b7e
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ ETCD_TLS = None
def retry(f):
@functools.wraps(f)
def wrap(*args, **kwargs):
attempts = 3
attempts = 4
delay = 1
while attempts > 1:
try:

View File

@ -57,7 +57,7 @@ service:
path: "/liveness"
type: "httpGet"
port: 8080
timeout: 5
timeout: 30
initialDelay: 60
scheme: "http"
volumes: