From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 16 Aug 2023 08:34:36 +0000 (-0700) Subject: [3.11] gh-107237: Fix test_udp_reconnection() of test_logging (GH-107238) (GH-107243) X-Git-Tag: v3.11.5~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f35d4f6f258da5fed468cd5561c1171a3735f55;p=thirdparty%2FPython%2Fcpython.git [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 ---