From cdea4befd924d9282fecc49f54262a6f9e542368 Mon Sep 17 00:00:00 2001 From: Scott Erickson Date: Thu, 12 Jun 2014 13:35:39 -0700 Subject: [PATCH] Giving the test server more time to spin up. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e7020f786..0e998a59e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_script: - "mkdir mongo" - "mongod --dbpath=./mongo --fork --logpath ./mongodb.log" - "node index.js --unittest &" - - "sleep 5" # to give node a chance to start + - "sleep 10" # to give node a chance to start script: - "./node_modules/jasmine-node/bin/jasmine-node test/server/ --coffee --captureExceptions"