]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110666: Fix multiprocessing test_terminate() elapsed (#110667)
authorVictor Stinner <vstinner@python.org>
Wed, 11 Oct 2023 01:49:09 +0000 (03:49 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2023 01:49:09 +0000 (01:49 +0000)
commit1556f426da3f2fb5842689999933c8038b65c034
tree18ea8a0fdd1e18f25e6067a1be76567d364ece99
parentf901f56313610389027cb4eae80d1d4b071aef69
gh-110666: Fix multiprocessing test_terminate() elapsed (#110667)

multiprocessing test_terminate() and test_wait_socket_slow() no
longer test the CI performance: no longer check maximum elapsed time.

Add CLOCK_RES constant: tolerate a difference of 100 ms.
Lib/test/_test_multiprocessing.py