tolbertam / mocha-appveyor-reporter

Mocha reporter for AppVeyor CI Integration
Other
13 stars 5 forks source link

Remove dependency on deasync, wait on end instead. #8

Closed tolbertam closed 8 years ago

tolbertam commented 8 years ago

For #7, removes the dependency on deasync to prevent intermittent crashes in appveyor environment. The solution is a bit kludgy as it simply tightloops for 10 seconds on end if there are any pending tests, but is more reliable. Eventually for #1 we will batch reporting and could possibly find a more clever way of handling this.