const GET_BLOCK_TIMEOUT: Duration;Expand description
How long to wait for a single get_block fetch while bridging the finalized gap before giving
up. A single block fetch from a co-located node should return promptly, so this bounds a wedged
connection without false-triggering; the bridge retries on the next subscription.