matrix-js-sdk
38644720
- Fix test race condition.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
10 years ago
Fix test race condition. It was possible for the test to end (via done()) before the final /events req was flushed, resulting in a fail as there were requests outstanding. We now wait until the final flush is done before done()ing.
Author
kegsay
Parents
759dece7
Loading