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 vstinner
Recipients asvetlov, kumaraditya, vstinner, yselivanov
Date 2022-03-21.12:57:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647867462.8.0.171738208459.issue47076@roundup.psfhosted.org>
In-reply-to
Content
> Again a relative short timeouts and super slow test boxes.

The problem is more that a sleep is not a reliable synchronization primitive:
https://pythondev.readthedocs.io/unstable_tests.html#don-t-use-sleep-as-synchronization
History
Date User Action Args
2022-03-21 12:57:42vstinnersetrecipients: + vstinner, asvetlov, yselivanov, kumaraditya
2022-03-21 12:57:42vstinnersetmessageid: <1647867462.8.0.171738208459.issue47076@roundup.psfhosted.org>
2022-03-21 12:57:42vstinnerlinkissue47076 messages
2022-03-21 12:57:42vstinnercreate