Skip to content

Commit

Permalink
fix ci case "testBackupDcActiveKeeper_RestartAsActive_ShouldNotLimit"…
Browse files Browse the repository at this point in the history
… down
  • Loading branch information
lishanglin committed Mar 11, 2024
1 parent 104f181 commit f7b46c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class RateLimitTest extends AbstractFakeRedisTest {
private RedisKeeperServer redisKeeperServer1;
private RedisKeeperServer redisKeeperServer2;

private int replDownSafeIntervalMilli = 2000;
private int replDownSafeIntervalMilli = 3000;
private int BEFORE_APPROXIMATE__RESTART_TIME_MILLI;


Expand Down

0 comments on commit f7b46c8

Please sign in to comment.