Skip to content

Commit 56072f9

Browse files
[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 e7e3d1d) Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 824c1bc commit 56072f9

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
@@ -361,7 +361,7 @@ def test_repl_eio(self):
361361

362362
os.kill(proc.pid, signal.SIGUSR1)
363363
# sleep for pty to settle
364-
_, err = proc.communicate(timeout=support.SHORT_TIMEOUT)
364+
_, err = proc.communicate(timeout=support.LONG_TIMEOUT)
365365
self.assertEqual(
366366
proc.returncode,
367367
1,

0 commit comments

Comments
 (0)