SIGN IN SIGN UP

bpo-33723: Fix test_time.test_process_time() (GH-8358)

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.
V
Victor Stinner committed
e78dace8dcb23c371df19c9add65895adf436995
Parent: b1147e4
Committed by GitHub <noreply@github.com> on 7/21/2018, 1:31:51 AM