From 1b76b8fada122365b9adf99cc305721cc114d30a Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 23 Oct 2018 03:47:50 -0700 Subject: Change deployment approach This change pretends to isolate the deployment script and make it consumable externally. Change-Id: I7b9859fcc55e03e706aa54d4bc632ed15b4313be Signed-off-by: Victor Morales Issue-ID: MULTICLOUD-408 --- vagrant/tests/_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vagrant/tests') diff --git a/vagrant/tests/_functions.sh b/vagrant/tests/_functions.sh index c359e729..e3d88eb4 100755 --- a/vagrant/tests/_functions.sh +++ b/vagrant/tests/_functions.sh @@ -67,7 +67,7 @@ function setup { for deployment_name in $@; do recreate_deployment $deployment_name done - + sleep 5 for deployment_name in $@; do wait_deployment $deployment_name done -- cgit 1.2.3-korg