From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Wed, 8 Oct 2025 22:34:40 +0000 (+0100) Subject: gh-139805: Bump `test_repl_eio` timeout for slow builtbots (#139807) X-Git-Tag: v3.15.0a1~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7e3d1d4a8dece01b1bbd0253684d5b46b2409d7;p=thirdparty%2FPython%2Fcpython.git gh-139805: Bump `test_repl_eio` timeout for slow builtbots (#139807) --- 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,