dtex / j5e

Framework for embedded devices using ECMA-419, the ECMAScript® embedded systems API specification, based on Johnny-Five's API
https://www.j5e.dev/
MIT License
64 stars 6 forks source link

Github CI tests are freezing. #30

Closed dtex closed 4 years ago

dtex commented 4 years ago

I suspect Sinon fake timers are the culprit but maybe not.

dtex commented 4 years ago

Test were failing so the fake timer wasn't being reset, causing CI to sit and spin.

Fixed the tests and everything worked fine