bpo-33723: Fix test_time.test_process_time() (GH-8358) (GH-8362)
The test failed on my laptop because the busy loop took 15.9 ms whereas the test expects at least 20 ms. Modify test_process_time() as test_thread_time() has been modified recently: only require 15 ms instead of 20 ms. (cherry picked from commit e78dace8) Co-authored-by:Victor Stinner <vstinner@redhat.com>
Showing
Please
register
or
sign in
to comment