mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-04 06:23:09 +00:00
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…
x
Reference in New Issue
Block a user