Increase the verify retry from 2 mins to 3 mins (#1645)

This commit is contained in:
Dhilip
2017-08-09 21:17:52 +05:30
committed by Sameer Naik
parent cb6765a5b8
commit fda6e45ebd
+1 -1
View File
@@ -15,7 +15,7 @@ fi
SUCCESS=0
PODS_FOUND=0
COUNT=0
RETRY=12
RETRY=18
RETRY_DELAY=10
while [ "$COUNT" -lt "$RETRY" ]; do
POD_STATUS=`kubectl get pods --no-headers --namespace $NAMESPACE`