STEAMPIPE_QUERY_TIMEOUT

The amount of time to wait for a query to complete before timing out, in seconds.

Set to 0 to disable the query timeout. The default is 240 (4 minutes) for controls and unlimited in all other cases.

Usage

Set query timeout to 2 minutes

export STEAMPIPE_QUERY_TIMEOUT=120

Disable the query timeout:

export STEAMPIPE_QUERY_TIMEOUT=0

Reset query timeout to the default

unset STEAMPIPE_QUERY_TIMEOUT