# validate_timeout_supported

> **Function** in `langgraph`

📖 [View in docs](https://reference.langchain.com/python/langgraph/pregel/_utils/validate_timeout_supported)

## Signature

```python
validate_timeout_supported(
    runnable: Runnable,
    *,
    name: str,
) -> None
```

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/aa322c13cd5f16a3f6254a931a4104e412cd687c/libs/langgraph/langgraph/pregel/_utils.py#L135)