double retry_timeout_sec
This commit is contained in:
parent
54899734a1
commit
d9d91d7985
|
|
@ -473,7 +473,7 @@ class K8s:
|
||||||
Wraps around K8 api client and helper methods.
|
Wraps around K8 api client and helper methods.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETRY_TIMEOUT_SEC = 5
|
RETRY_TIMEOUT_SEC = 10
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.api = K8sApi()
|
self.api = K8sApi()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue