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.19:34:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552419247.32.0.55434769899.issue35760@roundup.psfhosted.org>
In-reply-to
Content
> I guess it fails only for less difference in time like 0.01 and 0.001.

Yeah, that's what I was thinking.  0.1 seconds is still too tight, a simple GC pause can skew the timers and break the test logic.

Maybe we should just increase the sleep to 0.5 or 1 second and hope that it will eliminate the race.
History
Date User Action Args
2019-03-12 19:34:07yselivanovsetrecipients: + yselivanov, vstinner, asvetlov, xtreak
2019-03-12 19:34:07yselivanovsetmessageid: <1552419247.32.0.55434769899.issue35760@roundup.psfhosted.org>
2019-03-12 19:34:07yselivanovlinkissue35760 messages
2019-03-12 19:34:07yselivanovcreate