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.
V
Victor Stinner committed
1328fa31fe9c72748fc6fd11d017c82aafd48a49
Parent: d33aa18
Committed by GitHub <[email protected]>
on 10/5/2023, 3:02:48 PM