You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) http server GET /users should respond with "tobi, loki, jane":
Error: timeout of 200ms exceeded
at Object.<anonymous> (/home/travis/build/mochajs/mocha/lib/runnable.js:158:19)
at Timer.list.ontimeout (timers.js:101:19)
2) http server GET /users when given Accept: application/json should respond with "["tobi","loki","jane"]":
Error: timeout of 200ms exceeded
at Object.<anonymous> (/home/travis/build/mochajs/mocha/lib/runnable.js:158:19)
at Timer.list.ontimeout (timers.js:101:19)
3) http requests GET / should respond with hello:
Error: timeout of 200ms exceeded
at Object.<anonymous> (/home/travis/build/mochajs/mocha/lib/runnable.js:158:19)
at Timer.list.ontimeout (timers.js:101:19)
seems to happen on 0.8.x
The text was updated successfully, but these errors were encountered:
seems to happen on 0.8.x
The text was updated successfully, but these errors were encountered: