]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Tests call sleeping_retry() with SHORT_TIMEOUT (#93870)
authorVictor Stinner <vstinner@python.org>
Wed, 15 Jun 2022 16:49:14 +0000 (18:49 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2022 16:49:14 +0000 (18:49 +0200)
commit50e0866f8792941d2aea8937c63d1cb37bbc35cf
tree39d7ab435d4e961ca1212c5ab6453b0bb687376b
parent46e455f21c23b03fd68055fbd97e9d0c449f00a5
Tests call sleeping_retry() with SHORT_TIMEOUT (#93870)

Tests now call busy_retry() and sleeping_retry() with SHORT_TIMEOUT
or LONG_TIMEOUT (of test.support), rather than hardcoded constants.

Add also WAIT_ACTIVE_CHILDREN_TIMEOUT constant to
_test_multiprocessing.
Lib/test/_test_eintr.py
Lib/test/_test_multiprocessing.py
Lib/test/test_asyncore.py
Lib/test/test_concurrent_futures.py
Lib/test/test_multiprocessing_main_handling.py
Lib/test/test_signal.py