mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-25 05:54:51 -05:00
Giving the test server more time to spin up.
This commit is contained in:
parent
994e4773ca
commit
cdea4befd9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ before_script:
|
||||||
- "mkdir mongo"
|
- "mkdir mongo"
|
||||||
- "mongod --dbpath=./mongo --fork --logpath ./mongodb.log"
|
- "mongod --dbpath=./mongo --fork --logpath ./mongodb.log"
|
||||||
- "node index.js --unittest &"
|
- "node index.js --unittest &"
|
||||||
- "sleep 5" # to give node a chance to start
|
- "sleep 10" # to give node a chance to start
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- "./node_modules/jasmine-node/bin/jasmine-node test/server/ --coffee --captureExceptions"
|
- "./node_modules/jasmine-node/bin/jasmine-node test/server/ --coffee --captureExceptions"
|
||||||
|
|
Loading…
Reference in a new issue