Remove unnecessary sleep from tests

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2016-09-28 12:16:10 -07:00
parent 7e2460ad73
commit 189b642908

View file

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