# common.CommandOptions.timeoutMs

- **Module:** common.CommandOptions
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/libtmux/src/common.ts#L92
- **Page:** https://libtmux.org/reference/ts/common-commandoptions-timeoutms/

Give up on the command after this many milliseconds.

Must be a positive timer-safe integer.

Overrides the server's default. Without either, a command waits as long as
tmux takes, which for a wedged daemon is forever.
