This is an automated email from the ASF dual-hosted git repository. tanxinyu pushed a commit to branch enhance_ratis_ut in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit bcba57548992ea026c289ee44a687581d1e1a3b9 Author: OneSizeFitQuorum <[email protected]> AuthorDate: Thu Dec 14 12:20:25 2023 +0800 enhance testThresholdSnapshot UT Signed-off-by: OneSizeFitQuorum <[email protected]> --- .../test/java/org/apache/iotdb/consensus/ratis/DiskGuardianTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb-core/consensus/src/test/java/org/apache/iotdb/consensus/ratis/DiskGuardianTest.java b/iotdb-core/consensus/src/test/java/org/apache/iotdb/consensus/ratis/DiskGuardianTest.java index 39a9a551eea..9c35b293975 100644 --- a/iotdb-core/consensus/src/test/java/org/apache/iotdb/consensus/ratis/DiskGuardianTest.java +++ b/iotdb-core/consensus/src/test/java/org/apache/iotdb/consensus/ratis/DiskGuardianTest.java @@ -93,7 +93,7 @@ public class DiskGuardianTest { Assert.assertFalse(hasSnapshot(gid)); JavaUtils.attemptUntilTrue( () -> hasSnapshot(gid), - 3, + 12, TimeDuration.valueOf(5, TimeUnit.SECONDS), "should take snapshot", logger);
