election timeout
RU: election timeout
In Raft, the interval a follower waits without receiving a heartbeat before declaring itself a candidate and starting an election. Each server picks the timeout randomly from a fixed range (typically 150–300 ms), reducing the chance of a split vote. When the timeout fires the follower increments its term, votes for itself, and sends RequestVote RPCs to peers.