From 13cd87f8aa4db6e0ca9e55b1e70ef8dd375f5fc6 Mon Sep 17 00:00:00 2001 From: Javeria Khan Date: Sun, 14 Feb 2016 12:13:17 -0800 Subject: [PATCH] Increase license post timeout to 5 minutes Change-Id: Iab06c964e44f60d4faee73a828545fc96044f65d Signed-off-by: Javeria Khan --- deployment_scripts/post_pg_license.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment_scripts/post_pg_license.sh b/deployment_scripts/post_pg_license.sh index 3d1595f..6b8c87a 100644 --- a/deployment_scripts/post_pg_license.sh +++ b/deployment_scripts/post_pg_license.sh @@ -25,8 +25,8 @@ if [[ ! -f "/root/post_director" ]];then http_status="" while [[ "$http_status" != "200" ]]; do - if [[ $retry_cnt -ge 30 ]]; then - echo "Failed to login to platform for 60 seconds, exiting..." + if [[ $retry_cnt -ge 150 ]]; then + echo "Failed to login to platform for 5 minutes, exiting..." exit 1 fi