# server.ServerOptions.timeoutMs

- **Module:** server.ServerOptions
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/libtmux/src/server.ts#L113
- **Page:** https://libtmux.org/reference/ts/server-serveroptions-timeoutms/

Default deadline, in milliseconds, for every command this server runs.

Must be a positive timer-safe integer.

A single call can override it. Without either, a command waits as long as
tmux takes; a long-lived process that cannot bound its work cannot recover
from a daemon that stops answering.
