pub(crate) const TIMEOUT: Duration;
Time that an RPC may take to complete.
Any RPC with that does not respond completely within this specified time will be counted as a failure.
Defaults to 10 second.