This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients asvetlov, vstinner, xtreak, yselivanov
Date 2019-03-12.18:40:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552416006.37.0.0523884365873.issue35760@roundup.psfhosted.org>
In-reply-to
Content
Can you change "await asyncio.sleep(0.01)" to "await asyncio.sleep(1)" and check if the test still fails?  (IOW see if there's a bug in Python's async gen implementation or this is simply caused by slow CI bots).
History
Date User Action Args
2019-03-12 18:40:06yselivanovsetrecipients: + yselivanov, vstinner, asvetlov, xtreak
2019-03-12 18:40:06yselivanovsetmessageid: <1552416006.37.0.0523884365873.issue35760@roundup.psfhosted.org>
2019-03-12 18:40:06yselivanovlinkissue35760 messages
2019-03-12 18:40:06yselivanovcreate