Closed
Description
Bug report
The test_siginterrupt_off
test in test_signal
expects a timeout and uses support.SHORT_TIMEOUT
.
In at least some of the refleak test runners:
- we bump the overall timeout to 200 minutes:
- which adjusts
support.SHORT_TIMEOUT
to five minutes - and the test case is run six times
So the test always takes a minimum of 30 minutes.
cpython/Lib/test/test_signal.py
Line 749 in e69d068
cpython/Lib/test/test_signal.py
Lines 775 to 781 in e69d068