Update entry.sh
diff --git a/entry.sh b/entry.sh
index 2ca7ae0..6ca5dbb 100755
--- a/entry.sh
+++ b/entry.sh
@@ -104,7 +104,7 @@
   let count=0
   while [ -z "$res" ]
   do
-      if [ $count -gt 120 ]; then
+      if [ $count -gt 180 ]; then
         echo "env ${app} deploy timeout..."
         exit 1
       fi