Skip to content

Commit e7e3d1d

Browse files
gh-139805: Bump test_repl_eio timeout for slow builtbots (#139807)
1 parent 678e0b8 commit e7e3d1d

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)