cancelSignalTimeout

Seconds allowed for a cancel request, covering both its connect and its reads.

A cancel travels on a connection of its own, so it can get stuck on a server that the session's own connection is not stuck on - which is why it has a budget separate from loginTimeout and socketTimeout. Defaults to 10 seconds.