Skip to content

Commit 8234841

Browse files
[3.13] pythongh-139805: Bump test_repl_eio timeout for slow builtbots (pythonGH-139807) (python#139813)
pythongh-139805: Bump `test_repl_eio` timeout for slow builtbots (pythonGH-139807) (cherry picked from commit e7e3d1d) Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 2072386 commit 8234841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pyrepl/test_unix_console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def test_repl_eio(self):
386386

387387
os.kill(proc.pid, signal.SIGUSR1)
388388
# sleep for pty to settle
389-
_, err = proc.communicate(timeout=support.SHORT_TIMEOUT)
389+
_, err = proc.communicate(timeout=support.LONG_TIMEOUT)
390390
self.assertEqual(
391391
proc.returncode,
392392
1,

0 commit comments

Comments
 (0)