[issue33723] test_time.test_thread_time() failed on AMD64 Debian root 3.x

STINNER Victor report at bugs.python.org
Mon Nov 26 11:41:59 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:

Oh. In my previous attempt, I changed the minimum time from 20 ms to 15 ms. But I didn't notice that one check uses assertLess() rather than assertGreaterEqual(). So I wrote PR 10724 to change the maximum from 15 ms to 30 ms in test_thread_time().

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33723>
_______________________________________


More information about the Python-bugs-list mailing list