Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
raft: deflake non-determinisctic raft node tests
We sporadically see that some raft node_test tests fail due to the leader not being stable. This commit should reduce the chances of that happening by increasing the election timeout to 50ms (instead of 10ms). I couldn't reproduce the bug locally with this change. If the bug still happens, we can try to force leadership to make it more deterministic. Fixes: cockroachdb#132992 Release note: None
- Loading branch information