MCPcopy Index your code
hub / github.com/commandoperator/cmdop-sdk / test_explicit_timeout_wins

Function test_explicit_timeout_wins

python/tests/test_config.py:74–76  ·  view source on GitHub ↗
(monkeypatch: pytest.MonkeyPatch)

Source from the content-addressed store, hash-verified

72
73
74def test_explicit_timeout_wins(monkeypatch: pytest.MonkeyPatch) -> None:
75 monkeypatch.setenv("CMDOP_TIMEOUT_MS", "5000")
76 assert ClientConfig.resolve(token="t", timeout_ms=12345).timeout_ms == 12345

Callers

nothing calls this directly

Calls 1

resolveMethod · 0.80

Tested by

no test coverage detected