Skip to content

Commit

Permalink
[Java] Reduce message count for term that causes intermittent failure…
Browse files Browse the repository at this point in the history
…s in ATS test.
  • Loading branch information
mikeb01 committed Jun 23, 2023
1 parent 862d5ec commit 3f6c5e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ void shouldRecoverWhenFollowerIsMultipleTermsBehindFromEmptyLog()

final TestNode originalLeader = cluster.awaitLeader();

final int messageCount = 100_000;
final int messageCount = 100;
cluster.connectClient();
cluster.sendMessages(messageCount);
cluster.awaitResponseMessageCount(messageCount);
Expand Down

0 comments on commit 3f6c5e1

Please sign in to comment.