sleep for 5 to give nginx a moment to reload before we hit it and quit it. closes #1438

This commit is contained in:
Michael Hobbs
2015-09-01 16:10:30 -07:00
parent 06b2347486
commit a701b5d29a

View File

@@ -17,6 +17,7 @@ deploy_app_tar() {
cd $TMP
shift 1
tar c . $* | ssh dokku@dokku.me tar:in $TEST_APP || destroy_app $?
sleep 5 # nginx needs some time to itself...
}
@test "(tar) non-tarbomb deploy using tar:in" {