]> granicus.if.org Git - python/commit
bpo-33723: Fix test_time.test_thread_time() (GH-10724)
authorVictor Stinner <vstinner@redhat.com>
Mon, 26 Nov 2018 20:19:29 +0000 (21:19 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Nov 2018 20:19:29 +0000 (21:19 +0100)
commit65c216e74f7957006ef7653b7e2afe83007c45ce
treed1082a6dbbf2c14469aecd81fa1c23555260d59f
parent433433fa6d55091600ce88dd19206b3902e0a87d
bpo-33723: Fix test_time.test_thread_time() (GH-10724)

Tolerate up to 30 ms, instead of 15 min, in other threads.
Lib/test/test_time.py