FINRAOS / MSL

MSL (pronounced 'Missile') stands for Mock Service Layer. Our tools enable quick local deployment of your UI code on Node and mocking of your service layer for fast, targeted testing.
http://finraos.github.io/MSL/
Apache License 2.0
32 stars 24 forks source link

Browser client tests unstable on Travis-ci #50

Closed kood1 closed 10 years ago

kood1 commented 10 years ago

The browser client tests sometimes fail on Travis-ci. This is likely due to timing issues on the Jasmine tests running on different VM every time. We should add proper synchronization to the tests.

Related to #44

kood1 commented 10 years ago

The last 3 builds with #44 all succeeded. After implementing #52, we should run more builds and check if the builds are stable. Then we can close this ticket.

kood1 commented 10 years ago

Builds have been stable. Should check stability again after #52