From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 8 Oct 2025 23:00:20 +0000 (+0200) Subject: [3.14] gh-139805: Bump `test_repl_eio` timeout for slow builtbots (GH-139807) (#139812) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56072f9c050b8dd960bb5630eb924eb02a889f9b;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-139805: Bump `test_repl_eio` timeout for slow builtbots (GH-139807) (#139812) gh-139805: Bump `test_repl_eio` timeout for slow builtbots (GH-139807) (cherry picked from commit e7e3d1d4a8dece01b1bbd0253684d5b46b2409d7) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> --- diff --git a/Lib/test/test_pyrepl/test_unix_console.py b/Lib/test/test_pyrepl/test_unix_console.py index 6e422806cec4..9ac2e9961df2 100644 --- a/Lib/test/test_pyrepl/test_unix_console.py +++ b/Lib/test/test_pyrepl/test_unix_console.py @@ -361,7 +361,7 @@ class TestUnixConsoleEIOHandling(TestCase): os.kill(proc.pid, signal.SIGUSR1) # sleep for pty to settle - _, err = proc.communicate(timeout=support.SHORT_TIMEOUT) + _, err = proc.communicate(timeout=support.LONG_TIMEOUT) self.assertEqual( proc.returncode, 1,