adding a loop and delay time
[rec.git] / workflows / robot_test_ric.sh
old mode 100755 (executable)
new mode 100644 (file)
index fff75eb..fe767ea
@@ -58,6 +58,7 @@ bash ete-k8s.sh ricplatform health
 #--------------kill helm---------------------------------------------------------------------
 pkill helm
 #----------checking the status of the pods------------------
+sleep 30
 command="$(kubectl get po --no-headers --namespace=ricplatform --field-selector status.phase!=Running 2> /dev/null)"
 if [[ $command != "" ]]; then
   exit 1