# POWERPIPE_QUERY_TIMEOUT


# POWERPIPE_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 `300`.


## Usage 
Set query timeout to 2 minutes

```bash
export POWERPIPE_QUERY_TIMEOUT=120
```

Disable the query timeout:

```bash
export POWERPIPE_QUERY_TIMEOUT=0
```

Reset query timeout to the default

```bash
unset POWERPIPE_QUERY_TIMEOUT
```