---
title: "timeout · RUAL Documentation"
description: "Updates the default connection timeout of 120 seconds"
canonical: https://docs.rual.nl/block-types/http%20connection/httpconnection_set_timeout
language: en
---

[Cluster](https://docs.rual.nl/cluster)

[Blocks](https://docs.rual.nl/block-types)

[Interfaces](https://docs.rual.nl/interfaces)

[Blueprints](https://docs.rual.nl/blueprints)

[Tutorials](https://docs.rual.nl/tutorials)

[Home automation](https://docs.rual.nl/home-automation)

[Examples](https://docs.rual.nl/examples)

[Reference](https://docs.rual.nl/reference)

[Architecture](https://docs.rual.nl/architecture)

[Troubleshooting](https://docs.rual.nl/troubleshooting)

Other

# timeout

This block is part of the [`http connection`](https://docs.rual.nl/block-types/http%20connection) group and was last modified in core [`v10.3.11`](https://docs.rual.nl/core-versions/100311).

Updates the default connection timeout of 120 seconds

- flow `flow`

- connection required `httpconnection`

- seconds required `number` Number of seconds the connection should wait before closing, a number between `1` and `600`. We currently do not allow connections to exceed 10 minutes of wait time.

- flow `flow`

- connection `httpconnection`

Overrides the cluster default request timeout for this request, in seconds; the deadline is derived from the original request context, so it can EXTEND an already-shortened timeout. Values <= 1 or above 600 are silently ignored : note 1 is rejected, so the effective range is 2-600. The connection passes through unchanged.

A typical wiring for [timeout](https://docs.rual.nl/block-types/http%2520connection/httpconnection_set_timeout): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%2520ui/state_debug).

[![Studio canvas example for the timeout block: typical wiring for timeout.](https://docs.rual.nl/canvas-examples/httpconnection_set_timeout.png)](https://docs.rual.nl/canvas-examples/httpconnection_set_timeout.png?v=3)

## Version history

Introduced in [`v10.3.11`](https://docs.rual.nl/core-versions/100311).

- [Back to `http connection`](https://docs.rual.nl/block-types/http%20connection): Return to the main group to view all sub-groups

- [Back to `response`](https://docs.rual.nl/block-types/http%20connection?group=response): Return to the group to view all blocks within this group

Was this page helpful? [Tell us what to improve](https://docs.rual.nl/support) · RUAL Docs is an integral component of the [RUAL ecosystem](https://rual.nl)
