> For the complete documentation index, see [llms.txt](https://3440217568.gitbook.io/rxswift/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3440217568.gitbook.io/rxswift/decision_tree/timeout.md).

# timeout

**如果源 `Observable` 在规定时间内没有发出任何元素，就产生一个超时的 `error` 事件**

![](https://4217506537-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MWj545abP2yK86-qksJ%2Fsync%2F9a5230ad03b8bb5eb00342ad49a009a1c29579c2.png?generation=1616819386240392\&alt=media)

如果 `Observable` 在一段时间内没有产生元素，**timeout** 操作符将使它发出一个 `error` 事件。
