]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-107237: Fix test_udp_reconnection() of test_logging (GH-107238) (GH-107243)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Aug 2023 08:34:36 +0000 (01:34 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 08:34:36 +0000 (11:34 +0300)
commit4f35d4f6f258da5fed468cd5561c1171a3735f55
tree5d06b5e122b7db02cb88024405b551d488d97028
parent9e87e07aa422f95a42073b7ce750fbe19842f960
[3.11] gh-107237: Fix test_udp_reconnection() of test_logging (GH-107238) (GH-107243)

test_logging: Fix test_udp_reconnection() by increasing the timeout
from 100 ms to 5 minutes (LONG_TIMEOUT).

Replace also blocking wait() with wait(LONG_TIMEOUT) in
test_output() to prevent the test to hang.
(cherry picked from commit ed082383272c2c238e364e9cc83229234aee23cc)

Co-authored-by: Victor Stinner <vstinner@python.org>