]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33723: Fix test_time.test_thread_time() (GH-10724) 10730/head
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Nov 2018 20:36:54 +0000 (12:36 -0800)
committerGitHub <noreply@github.com>
Mon, 26 Nov 2018 20:36:54 +0000 (12:36 -0800)
commit5350dd1b50e60882a2da6d53ed27e02d2b698f2e
treeb3602596c2a89d650df497e560155104cb768624
parent6f8cab0db044132c6192d6ac1536d28cf72c9d27
bpo-33723: Fix test_time.test_thread_time() (GH-10724)

Tolerate up to 30 ms, instead of 15 min, in other threads.
(cherry picked from commit 65c216e74f7957006ef7653b7e2afe83007c45ce)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Lib/test/test_time.py