bpo-33723: Fix test_time.test_thread_time() (GH-8267)
The test failed on AMD64 Debian root 3.x buildbot because the busy loop of 100 ms only increased time.thread_time() by 19.9 ms which is smaller than 20 ms. Modify the test to tolerate a delta of at least 15 ms instead of 20 ms.
V
Victor Stinner committed
d6345def68d3a0227253da26213dadb247f786db
Parent: 9e9b2c3
Committed by GitHub <noreply@github.com>
on 7/12/2018, 1:25:22 PM