]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121605: Increase timeout in test_pyrepl.run_repl (#121606)
authorSam Gross <colesbury@gmail.com>
Sat, 13 Jul 2024 13:54:28 +0000 (09:54 -0400)
committerGitHub <noreply@github.com>
Sat, 13 Jul 2024 13:54:28 +0000 (15:54 +0200)
commitabc3aeebdbae560476f2f8c0312e9a4bf0dbfd33
treeef1ae1981d420ca6f3c0cb25d35e0f125f88496f
parent0a26aa5007cb32610366c31fbac846b5fe2f4f90
gh-121605: Increase timeout in test_pyrepl.run_repl (#121606)

We also need to close the `slave_fd` earlier so that reading from
`master_fd` won't block forever when the subprocess finishes.
Lib/test/test_pyrepl/test_pyrepl.py