commit | 1328fa31fe9c72748fc6fd11d017c82aafd48a49 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Oct 05 17:02:48 2023 +0200 |
committer | GitHub <noreply@github.com> | Thu Oct 05 15:02:48 2023 +0000 |
tree | 3d21601e6a3f1c7a0af35bc9e28916f52244ed7c | |
parent | d33aa18f15de482a01988aabc75907328e1f9c9f [diff] |
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.