Constant TIMEOUT

Source
pub(crate) const TIMEOUT: Duration;
Expand description

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.