Increase deployer kubernetes timeout
This commit is contained in:
parent
ffe762f860
commit
58016378c4
|
@ -87,8 +87,8 @@ namespace CodexNetDeployer
|
|||
|
||||
var configuration = new KubernetesWorkflow.Configuration(
|
||||
kubeConfig,
|
||||
operationTimeout: TimeSpan.FromSeconds(120),
|
||||
retryDelay: TimeSpan.FromSeconds(3),
|
||||
operationTimeout: TimeSpan.FromSeconds(300),
|
||||
retryDelay: TimeSpan.FromSeconds(10),
|
||||
kubernetesNamespace: config.KubeNamespace);
|
||||
|
||||
var result = new EntryPoint(log, configuration, string.Empty);
|
||||
|
|
Loading…
Reference in New Issue