[Python-checkins] [3.11] gh-107237: Fix test_udp_reconnection() of test_logging (GH-107238) (GH-107243)

serhiy-storchaka webhook-mailer at python.org
Wed Aug 16 04:34:41 EDT 2023


https://github.com/python/cpython/commit/4f35d4f6f258da5fed468cd5561c1171a3735f55
commit: 4f35d4f6f258da5fed468cd5561c1171a3735f55
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: serhiy-storchaka <storchaka at gmail.com>
date: 2023-08-16T11:34:36+03:00
summary:

[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 at python.org>

files:





More information about the Python-checkins mailing list