修复test和build错误

This commit is contained in:
houjinchuan
2024-07-10 18:52:37 +08:00
parent e8ccc23266
commit 40fa292815
2 changed files with 3 additions and 2 deletions

View File

@@ -513,7 +513,7 @@ public class FileChunkCombinerTests {
@Test
public void testPipelineDuplicateChunk() throws Exception {
CollectSink.values.clear();
long windowTime = 5;
long windowTime = 10;
//添加重复chunk
messagePackList.add(messagePackList.get(5));
messagePackList.add(messagePackList.get(15));