Increase Helm timeout on Vagrant-based minimal ONAP deployment 59/108959/2
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Mon, 8 Jun 2020 14:14:11 +0000 (16:14 +0200)
committerPawel Wieczorek <p.wieczorek2@samsung.com>
Fri, 12 Jun 2020 05:24:29 +0000 (07:24 +0200)
Previously set 15 minutes are not sufficient anymore.

Issue-ID: ONAPARC-551
Change-Id: I91df2c1afdcfa6c276bbe4817a4fe16eb6723469
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
bootstrap/vagrant-minimal-onap/Vagrantfile

index ceaf1d4..1214a30 100644 (file)
@@ -13,7 +13,7 @@ os_env = "#{synced_folder_config}/dot_env"
 cluster_yml = "cluster.yml"
 apt_prefs_dir = "/etc/apt/apt.conf.d"
 apt_prefs = "95silent-approval"
-helm_timeout = "900"
+helm_timeout = "1800"
 helm_master_password = "vagrant"
 
 vm_memory = 1 * 1024