doclets
doclets copied to clipboard
Fix issues with tests on Travis CI
There seem to be two main issues causing tests to fail on Travis CI:
- A typo in the server_spec.js file caused an incorrect model to be bound to the Doclet.save function, resulting in a test failure once the mongoose dependency was upgraded to 4.8.x
- Tests are frequently timing out.
I've fixed the typo for 1), and doubled the test timeout for problematic tests in 2).