mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[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:
parent
824c1bce48
commit
56072f9c05
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue