Skip to content

Commit

Permalink
make sleep period longer to resolve the flakiness
Browse files Browse the repository at this point in the history
  • Loading branch information
yue9944882 committed Oct 18, 2019
1 parent 08b173a commit 42b065f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class LeaderElectingControllerTest {

@Mock private Lock mockLock;

private final int stepCooldownIntervalInMillis = 500;
private final int stepCooldownIntervalInMillis = 2000;

private void cooldown() {
try {
Expand Down

0 comments on commit 42b065f

Please sign in to comment.