Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: zhangyang21 <zhangyang21@xiaomi.com>
  • Loading branch information
Git-Yang committed Jan 26, 2022
1 parent 8f5ec42 commit 1c69539
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public void testThreeServerAndShutdownFollowers() throws Exception {
while (parseServers(servers, leaderNum, followerNum) == null && DLedgerUtils.elapsed(start) < 1000) {
Thread.sleep(100);
}
Thread.sleep(1000);
Thread.sleep(2000);
leaderNum.set(0);
followerNum.set(0);

Expand Down

0 comments on commit 1c69539

Please sign in to comment.