Merge pull request #71 from mrunalp/remove_sleep
Remove unnecessary sleep from tests
This commit is contained in:
commit
8d445fc4ca
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue