gh-139805: Bump test_repl_eio timeout for slow builtbots (#139807)

This commit is contained in:
Stan Ulbrych 2025-10-08 23:34:40 +01:00 committed by GitHub
parent 678e0b818c
commit e7e3d1d4a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -361,7 +361,7 @@ def test_repl_eio(self):
os.kill(proc.pid, signal.SIGUSR1)
# sleep for pty to settle
_, err = proc.communicate(timeout=support.SHORT_TIMEOUT)
_, err = proc.communicate(timeout=support.LONG_TIMEOUT)
self.assertEqual(
proc.returncode,
1,