MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / test_timeout_stash_roundtrip_and_reset

Function test_timeout_stash_roundtrip_and_reset

tests/test_config.py:157–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155
156
157def test_timeout_stash_roundtrip_and_reset():
158 set_timeout(1200.0)
159 assert get_timeout() == 1200.0
160 set_timeout(None)
161 assert get_timeout() is None
162
163
164def test_resolve_litellm_settings_absent_returns_empty():

Callers

nothing calls this directly

Calls 2

set_timeoutFunction · 0.90
get_timeoutFunction · 0.90

Tested by

no test coverage detected