From: Pawel Wieczorek
Date: Mon, 8 Jun 2020 14:14:11 +0000 (+0200)
Subject: Increase Helm timeout on Vagrant-based minimal ONAP deployment
X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=369a5573425b68efaafff8e12e4c14c5f79343e7;p=integration.git
Increase Helm timeout on Vagrant-based minimal ONAP deployment
Previously set 15 minutes are not sufficient anymore.
Issue-ID: ONAPARC-551
Change-Id: I91df2c1afdcfa6c276bbe4817a4fe16eb6723469
Signed-off-by: Pawel Wieczorek
---
diff --git a/bootstrap/vagrant-minimal-onap/Vagrantfile b/bootstrap/vagrant-minimal-onap/Vagrantfile
index ceaf1d4ca..1214a30d5 100644
--- a/bootstrap/vagrant-minimal-onap/Vagrantfile
+++ b/bootstrap/vagrant-minimal-onap/Vagrantfile
@@ -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