cpython/Lib/test/support
Victor Stinner 0db2f1475e
gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413)
Increase support.LOOPBACK_TIMEOUT from 5 to 10 seconds. Also increase
the timeout depending on the --timeout option. For example, for a
test timeout of 40 minutes (ARM Raspbian 3.x), use LOOPBACK_TIMEOUT
of 20 seconds instead of 5 seconds before.
2023-10-05 20:54:27 +02:00
..
_hypothesis_stubs
__init__.py gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413) 2023-10-05 20:54:27 +02:00
ast_helper.py
asynchat.py gh-72719: Remove asyncore and asynchat modules (#96580) 2022-11-08 16:48:58 +01:00
asyncore.py
bytecode_helper.py gh-104615: don't make unsafe swaps in apply_static_swaps (#104620) 2023-05-18 21:22:03 +00:00
hashlib_helper.py
hypothesis_helper.py
import_helper.py
interpreters.py gh-110300: Fix Refleaks in test_interpreters and test__xxinterpchannels (gh-110318) 2023-10-04 00:36:50 +00:00
logging_helper.py
os_helper.py
script_helper.py
socket_helper.py
testcase.py
testresult.py
threading_helper.py
warnings_helper.py