# IMQClientOptions.timeout property · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.imqclientoptions.timeout/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Milliseconds the client generator waits for the target service to answer its description request before failing.

**Signature:**

```typescript
timeout: number;
```

## Default Value

30000

## Remarks

Despite the name this is not an RPC timeout and has no effect on runtime calls — use [IMQClientOptions.callTimeout](https://imqueue.org/api/rpc/latest/rpc.imqclientoptions.calltimeout/) for those.

