Giving the test server more time to spin up.

This commit is contained in:
Scott Erickson 2014-06-12 13:35:39 -07:00
parent 994e4773ca
commit cdea4befd9

View file

@ -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"