]> granicus.if.org Git - python/commit
bpo-33723: Remove busy loop from test_time (GH-10773)
authorVictor Stinner <vstinner@redhat.com>
Wed, 28 Nov 2018 17:30:10 +0000 (18:30 +0100)
committerGitHub <noreply@github.com>
Wed, 28 Nov 2018 17:30:10 +0000 (18:30 +0100)
commit48498dd57f79ab1d061c754ad6a2ebe1a7172b0e
treeb364f8347eb63e42c264cf1d1926d9a5045e78af
parentf7e4d3642fbb88f4e6243c952a0e223fb5df1c65
bpo-33723: Remove busy loop from test_time (GH-10773)

The "busy loops" of test_process_time() and test_thread_time() are
not reliable and fail randomly on Windows: remove them.
Lib/test/test_time.py