diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-09-29 00:30:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 00:30:38 (GMT) |
commit | a99729599a70d73e8796f6c9d5cdf6807bda0cd5 (patch) | |
tree | 241b3506ada1be0c2d0288342445f008aef267d6 /Python/traceback.c | |
parent | d6e8001467a8d1b6e7a6d9b45ac08702ac19f1cb (diff) | |
download | cpython-a99729599a70d73e8796f6c9d5cdf6807bda0cd5.zip cpython-a99729599a70d73e8796f6c9d5cdf6807bda0cd5.tar.gz cpython-a99729599a70d73e8796f6c9d5cdf6807bda0cd5.tar.bz2 |
[3.11] gh-109960: Remove test_pty timeout of 10 seconds (GH-110058) (#110061)
gh-109960: Remove test_pty timeout of 10 seconds (GH-110058)
In 2003, test_pty got a hardcoded timeout of 10 seconds to prevent
hanging on AIX & HPUX "if run after test_openpty":
commit 7d8145268ee282f14d6adce9305dc3c1c7ffec14. Since 2003, test_pty
was no longer reported to hang on AIX. But today, the test can fail
simply because a CI is busy running other tests in parallel.
The timeout of 10 seconds is no longer needed, just remove it.
Moreover, regrtest now has multiple built-in generic timeout
mecanisms.
(cherry picked from commit 5fdcea744024c8a19ddb57057bf5ec2889546c98)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Python/traceback.c')
0 files changed, 0 insertions, 0 deletions