Skip to content

Commit

Permalink
ZOOKEEPER-3032 fix flaky QuorumPeerMainTest.testLeaderElectionWithDis…
Browse files Browse the repository at this point in the history
…loyalVoter_stillHasMajority
  • Loading branch information
nkalmar committed Oct 4, 2018
1 parent 27295ed commit 3f9a0ec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1432,7 +1432,7 @@ public void testLeaderElectionWithDisloyalVoter() throws IOException {
@Test
public void testLeaderElectionWithDisloyalVoter_stillHasMajority()
throws IOException {
testLeaderElection(5, 5, 3000, 2000);
testLeaderElection(5, 5, 3000, 20000);
}

void testLeaderElection(int totalServers, int serversToStart,
Expand Down

0 comments on commit 3f9a0ec

Please sign in to comment.