diff options
author | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-06-08 16:14:11 +0200 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2020-06-12 07:24:29 +0200 |
commit | 369a5573425b68efaafff8e12e4c14c5f79343e7 (patch) | |
tree | 8265887c94edd8525e060d0293424c4b2a73c40a /bootstrap/vagrant-minimal-onap | |
parent | 0836dee2a4b9c9bccb636bb0dce7901d6c4b462f (diff) |
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 <p.wieczorek2@samsung.com>
Diffstat (limited to 'bootstrap/vagrant-minimal-onap')
-rw-r--r-- | bootstrap/vagrant-minimal-onap/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |