STINNER Victor added the comment:

> Executing <Task finished 
> coro=<CoroutineTests.test_async_def_wrapped.<locals>.start() done, defined at 
> /media/disk/home/proj/python/cpython/Lib/test/test_asyncio/test_pep492.py:146>
>  result=None created at 
> /media/disk/home/proj/python/cpython/Lib/asyncio/base_events.py:323> took 
> 0.177 seconds

This one is trivial to fix: set loop.slow_callback_duration to 1.0
(second) or more in TestCase.set_event_loop() of asyncio.test_utils.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25272>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to