Remove unnecessary sleep from tests
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
7e2460ad73
commit
189b642908
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