Tribler / dispersy

The elastic database system. A database designed for P2P-like scenarios, where potentially millions of computers send database updates around.
http://www.tribler.org
84 stars 43 forks source link

Get rid of all the hard-coded sleeps in the tests #527

Open devos50 opened 7 years ago

devos50 commented 7 years ago

We should twistify all Dispersy tests. Hard-coded sleeps when running these tests on a reactor thread (like I'm doing when testing the market community) is bad behaviour and blocks everything, leading to failures in tests.