double retry_timeout_sec

This commit is contained in:
Felix Kunde 2020-03-16 10:00:59 +01:00
parent 54899734a1
commit d9d91d7985
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ class K8s:
Wraps around K8 api client and helper methods.
'''
RETRY_TIMEOUT_SEC = 5
RETRY_TIMEOUT_SEC = 10
def __init__(self):
self.api = K8sApi()