From 189b642908b9d1198f1f8a9cc44749fbc6055b5f Mon Sep 17 00:00:00 2001 From: Mrunal Patel Date: Wed, 28 Sep 2016 12:16:10 -0700 Subject: [PATCH] Remove unnecessary sleep from tests Signed-off-by: Mrunal Patel --- test/helpers.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/test/helpers.bash b/test/helpers.bash index 1657c70e..370b9425 100644 --- a/test/helpers.bash +++ b/test/helpers.bash @@ -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