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 2072386 commit 8234841Copy full SHA for 8234841
1 file changed
Lib/test/test_pyrepl/test_unix_console.py
@@ -386,7 +386,7 @@ def test_repl_eio(self):
386
387
os.kill(proc.pid, signal.SIGUSR1)
388
# sleep for pty to settle
389
- _, err = proc.communicate(timeout=support.SHORT_TIMEOUT)
+ _, err = proc.communicate(timeout=support.LONG_TIMEOUT)
390
self.assertEqual(
391
proc.returncode,
392
1,
0 commit comments