nyarly / sockjs-ruby

WebSocket emulation - Ruby server
http://sockjs.org
MIT License
28 stars 5 forks source link

Faster tests #10

Open nyarly opened 10 years ago

nyarly commented 10 years ago

Because the integration testing requires a setup and teardown of EventMachine, tests run incredibly slowly - several minutes.

Maybe the only real solution here is to build better unit tests and only run integration tests in CI, most of the time.