# test.TestServerBuilder.output_limits

- **Module:** test.TestServerBuilder
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/test.rs#L378
- **Page:** https://libtmux.org/en/rs/latest/reference/test-testserverbuilder-output_limits/

```
test.TestServerBuilder.output_limits(mut, limits: OutputLimits) -> Self
```

Bound how many bytes one command may read, as [`crate::ServerBuilder`] does, so a test can prove the ceiling without producing 32 MiB.
