lyang24 commented on PR #2763:
URL: https://github.com/apache/kvrocks/pull/2763#issuecomment-2635284082
looking at the ci fail here should we increase the wait time in
`TestReplicationShareCheckpoint` to 100s to avoid flakeness?
```
require.Eventually(t, func() bool {
return master.LogFileMatches(t, ".*Using current
existing checkpoint.*")
}, 50*time.Second, 100*time.Millisecond)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]