From fc396490dd8ab54ea9bb3e0ce41ec37a2b174d73 Mon Sep 17 00:00:00 2001 From: Jeff Lindsay Date: Sun, 30 Jun 2013 01:47:10 -0500 Subject: [PATCH] exiting with 7 means could not connect. adding sleep to give container a second to spin up --- tests/test_deploy | 1 + 1 file changed, 1 insertion(+) 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