Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ get_timeout_config_value
Function
get_timeout_config_value
src/_pytest/faulthandler.py:63–64 ·
view source on GitHub ↗
(config: Config)
Source
from the content-addressed store, hash-verified
61
62
63
def
get_timeout_config_value(config: Config) -> float:
64
return
float(config.getini(
"faulthandler_timeout"
) or 0.0)
65
66
67
@pytest.hookimpl(hookwrapper=True, trylast=True)
Callers
1
pytest_runtest_protocol
Function · 0.85
Calls
1
getini
Method · 0.45
Tested by
no test coverage detected