mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -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"
|
||||
- "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"
|
||||
|
|
Loading…
Reference in a new issue