rpcTimeout

Configure the per-RPC timeout for AdminApi / TelemetryApi / RoutingApi calls.

Each call posts a request and parks until the device replies, the engine winds down, or this duration elapses (whichever comes first). On expiry the call resolves as AdminResult.Timeout.

Default: 30 seconds. Use a longer value when the request crosses many mesh hops (traceRoute to a far node may legitimately take 60+ seconds), shorter when the device is local and you want fast failover.