Skip to content

Commit

Permalink
Reduce flakyness of runMasterFailingReplicaRecovering
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 authored May 19, 2023
1 parent 4ed997c commit 9cdb6e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public <T> T execute(Connection connection, CommandObject<T> commandObject) {

@Override
protected void sleep(long sleepMillis) {
assert sleepMillis > 0;
// assert sleepMillis > 0;
totalSleepMs.addAndGet(sleepMillis);
}
};
Expand Down

0 comments on commit 9cdb6e9

Please sign in to comment.