diff --git a/_release.sh b/_release.sh
index beb61d50a42f2c43837b433e1b1d7c553273868f..da659cd7168d8cce924a0bad35f166b9c4a002be 100755
--- a/_release.sh
+++ b/_release.sh
@@ -64,6 +64,7 @@ else
     source /home/gituser/VENV/netmiko_packaging/bin/activate
     which python
     cd /home/gituser/netmiko
+    pip install --upgrade setuptools
     pip install dist/$PACKAGE
     echo
     echo
@@ -94,7 +95,7 @@ source /home/gituser/VENV/py27_netmiko/bin/activate
 echo `which python`
 cd /home/gituser/netmiko
 ### FIX: Uncomment
-#twine upload -r pypitest $DIR_PACKAGE
+### twine upload -r pypitest $DIR_PACKAGE
 
 echo
 echo
@@ -110,10 +111,10 @@ done
 echo
 
 ### FIX: NEED TO ADD
-# twine upload $DIR_PACKAGE
+### twine upload $DIR_PACKAGE
 
 
-sleep 1
+sleep 90
 echo
 echo "Test clean install from pypi"
 if [ -d "/home/gituser/VENV" ]; then
@@ -135,6 +136,7 @@ else
     source /home/gituser/VENV/netmiko_packaging/bin/activate
     which python
     cd /home/gituser
+    pip install --upgrade setuptools
     pip install netmiko
     echo
     echo