From b59e36af3fafee7aaec5af99a1f635bb8e5f5f61 Mon Sep 17 00:00:00 2001 From: Jeff Lindsay Date: Fri, 8 Nov 2013 15:28:25 -0800 Subject: [PATCH] wait longer for host to be running gitreceive --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 62f467bc7..4152ce5ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ script: - echo "StrictHostKeyChecking=no" >> ~/.ssh/config - export IP=$(curl -s http://dokku-ci.herokuapp.com/hosts | tail -1) - git remote add runner ssh://test@$IP:2022/dokku - - sleep 4 + - sleep 8 - git push runner $TRAVIS_BRANCH:master notifications: irc: "chat.freenode.net#dokku" \ No newline at end of file