Polyconseil / aioamqp

AMQP implementation using asyncio
Other
280 stars 88 forks source link

Testcase fix-ups #154

Open smurfix opened 6 years ago

smurfix commented 6 years ago

Some calls to sleep() are superfluous. Others are missing.

For missing sleep calls, retry a few times instead of using a worst-case timeout. The test run is slow enough as is.