From 369a5573425b68efaafff8e12e4c14c5f79343e7 Mon Sep 17 00:00:00 2001 From: Pawel Wieczorek Date: Mon, 8 Jun 2020 16:14:11 +0200 Subject: 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 --- bootstrap/vagrant-minimal-onap/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') 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 -- cgit 1.2.3-korg