From e1a69393af42bbe9faf77e318e3cd6c84b264a1b Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 16 Dec 2016 04:51:15 -0600 Subject: modified to sleep for 30 second after destroy the environment. Change-Id: Idff7db35a47a5673c54fd03ecc1a621210179d37 Signed-off-by: Narinder Gupta --- ci/clean.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/clean.sh') diff --git a/ci/clean.sh b/ci/clean.sh index 9324a91d..079828a0 100755 --- a/ci/clean.sh +++ b/ci/clean.sh @@ -21,6 +21,7 @@ if [[ "$jujuver" > "2" ]]; then rm -rf precise rm -rf trusty rm -rf xenial + sleep 30 sudo sysctl -w vm.drop_caches=3 elif [ -d $HOME/.juju/environments ]; then echo " " > status.txt -- cgit 1.2.3-korg