diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-12-16 04:51:15 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-12-16 07:03:16 -0600 |
commit | e1a69393af42bbe9faf77e318e3cd6c84b264a1b (patch) | |
tree | 8fe921d7b51d023a1345136d410c0e6234e8c9c9 /ci/clean.sh | |
parent | 7f0d18180b027a268016ec1c34be61ed21a37d9a (diff) |
modified to sleep for 30 second after destroy the environment.
Change-Id: Idff7db35a47a5673c54fd03ecc1a621210179d37
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/clean.sh')
-rwxr-xr-x | ci/clean.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |