Skip to content

Commit

Permalink
Update jraft-core/src/test/java/com/alipay/sofa/jraft/core/NodeTest.java
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
killme2008 and coderabbitai[bot] authored Jun 17, 2024
1 parent 34190ce commit 2245e2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3523,7 +3523,7 @@ public void testChangePeersChaosApplyTasks() throws Exception {
try {
future.get(20, TimeUnit.SECONDS);
} catch (TimeoutException e) {
// ignore
LOG.warn("Timeout while waiting for future completion in testChangePeersChaosApplyTasks", e);
}
}

Expand Down

0 comments on commit 2245e2b

Please sign in to comment.