---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/tts/native/exceptions/variables/E_NATIVE_TTS_TIMEOUT.md
description: >-
  Thrown when the binary invocation is aborted for exceeding {@link
  @nhtio/adk/batteries/tts/native!NativeTtsAdapterOptions.timeoutMs}. Non-fatal:
  a slow engine on a long text may simply need more time; the caller may raise
  `timeoutMs` and retry. Printf arg: `[timeoutMs]`.
---

# Variable: E\_NATIVE\_TTS\_TIMEOUT

```ts
const E_NATIVE_TTS_TIMEOUT: CreatedException<[number]>;
```

Defined in: [src/batteries/tts/native/exceptions.ts:65](https://github.com/NHTIO/ADK/blob/v1.20260718.0/src/src/batteries/tts/native/exceptions.ts#L65)

Thrown when the binary invocation is aborted for exceeding
[@nhtio/adk/batteries/tts/native!NativeTtsAdapterOptions.timeoutMs](../../types/interfaces/NativeTtsAdapterOptions.md#property-timeoutms). Non-fatal: a slow
engine on a long text may simply need more time; the caller may raise `timeoutMs` and retry.
Printf arg: `[timeoutMs]`.
