Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] fix flaky test
TestCloseFlushWithTimer
## Motivation The `MaxTime` setting for AckGroupingTracker is too short at only 10,000 nanoseconds. This causes the test very flaky. ## Modification - Change the `MaxTime` to 10 seconds
- Loading branch information