diff --git a/tests/test_deploy b/tests/test_deploy index cd984fde3..3c3b3a2a0 100755 --- a/tests/test_deploy +++ b/tests/test_deploy @@ -13,4 +13,5 @@ git commit -m 'initial commit' REPO="test-$(basename $APP)-$RANDOM" git remote add target git@$TARGET:$REPO git push target master +sleep 2 ./check_deploy "$(ssh dokku@$TARGET url $REPO)" && echo "-----> Deploy success!" \ No newline at end of file