[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 e7e3d1d4a8)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2025-10-09 01:00:20 +02:00 committed by GitHub
parent 824c1bce48
commit 56072f9c05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -361,7 +361,7 @@ def test_repl_eio(self):
os.kill(proc.pid, signal.SIGUSR1) os.kill(proc.pid, signal.SIGUSR1)
# sleep for pty to settle # sleep for pty to settle
_, err = proc.communicate(timeout=support.SHORT_TIMEOUT) _, err = proc.communicate(timeout=support.LONG_TIMEOUT)
self.assertEqual( self.assertEqual(
proc.returncode, proc.returncode,
1, 1,