We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_repl_eio
1 parent 824c1bc commit 56072f9Copy full SHA for 56072f9
1 file changed
Lib/test/test_pyrepl/test_unix_console.py
@@ -361,7 +361,7 @@ def test_repl_eio(self):
361
362
os.kill(proc.pid, signal.SIGUSR1)
363
# sleep for pty to settle
364
- _, err = proc.communicate(timeout=support.SHORT_TIMEOUT)
+ _, err = proc.communicate(timeout=support.LONG_TIMEOUT)
365
self.assertEqual(
366
proc.returncode,
367
1,
0 commit comments