]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-139805: Bump `test_repl_eio` timeout for slow builtbots (GH-139807) (#139812)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Oct 2025 23:00:20 +0000 (01:00 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 23:00:20 +0000 (23:00 +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 6e422806cec47ec8e0a08b4a28fe0949da5f6cf3..9ac2e9961df2dc6257d38cdde015240abb0c39be 100644 (file)
@@ -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,