diff options
author | Victor Stinner <vstinner@python.org> | 2023-10-05 15:02:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 15:02:48 (GMT) |
commit | 1328fa31fe9c72748fc6fd11d017c82aafd48a49 (patch) | |
tree | 3d21601e6a3f1c7a0af35bc9e28916f52244ed7c /Mac | |
parent | d33aa18f15de482a01988aabc75907328e1f9c9f (diff) | |
download | cpython-1328fa31fe9c72748fc6fd11d017c82aafd48a49.zip cpython-1328fa31fe9c72748fc6fd11d017c82aafd48a49.tar.gz cpython-1328fa31fe9c72748fc6fd11d017c82aafd48a49.tar.bz2 |
gh-110393: Remove watchdog with hardcoded timeout (#110400)
test_builtin and test_socketserver no longer use signal.alarm() to
implement a watchdog with a hardcoded timeout (2 and 60 seconds).
Python test runner regrtest has two watchdogs: faulthandler and
timeout on running worker processes. Tests using short hardcoded
timeout can fail on slowest buildbots just because the timeout is too
short.
Diffstat (limited to 'Mac')
0 files changed, 0 insertions, 0 deletions