mirror of
https://github.com/python/cpython.git
synced 2025-10-23 09:53:47 +00:00
gh-139805: Bump test_repl_eio
timeout for slow builtbots (#139807)
This commit is contained in:
parent
678e0b818c
commit
e7e3d1d4a8
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ def test_repl_eio(self):
|
|||
|
||||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue