]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-139805: Bump `test_repl_eio` timeout for slow builtbots (GH-139807) (#139813)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Oct 2025 22:57:30 +0000 (00:57 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 22:57:30 +0000 (22:57 +0000)
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>
Lib/test/test_pyrepl/test_unix_console.py

index 598c116fe6caef194995da0bdf649a86a790cfe3..d40400f09f39b2b0588c2a0e8e212745cd9dec88 100644 (file)
@@ -386,7 +386,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,