]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-139805: Bump `test_repl_eio` timeout for slow builtbots (#139807)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Wed, 8 Oct 2025 22:34:40 +0000 (23:34 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Oct 2025 22:34:40 +0000 (00:34 +0200)
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,