Merge pull request #71 from mrunalp/remove_sleep

Remove unnecessary sleep from tests
This commit is contained in:
Antonio Murdaca 2016-09-28 21:27:58 +02:00 committed by GitHub
commit 8d445fc4ca

View file

@ -81,7 +81,6 @@ function cleanup_pods() {
do do
pod=$(echo "$line" | sed -e 's/ID: //g') pod=$(echo "$line" | sed -e 's/ID: //g')
ocic pod stop --id "$pod" ocic pod stop --id "$pod"
sleep 1
ocic pod remove --id "$pod" ocic pod remove --id "$pod"
done done
fi fi