diff options
| author | houjinchuan <[email protected]> | 2024-07-10 18:52:37 +0800 |
|---|---|---|
| committer | houjinchuan <[email protected]> | 2024-07-10 18:52:37 +0800 |
| commit | 40fa29281564e45fc60ed56bfb7281b59b8780ce (patch) | |
| tree | c1a977116dbd70b5b97c35c49805759ed30e95c5 /src | |
| parent | e8ccc23266e4bad88fcab28d916a5915aa992dfe (diff) | |
修复test和build错误
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/java/com/zdjizhi/FileChunkCombinerTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/java/com/zdjizhi/FileChunkCombinerTests.java b/src/test/java/com/zdjizhi/FileChunkCombinerTests.java index 3434bcb..ed9f37e 100644 --- a/src/test/java/com/zdjizhi/FileChunkCombinerTests.java +++ b/src/test/java/com/zdjizhi/FileChunkCombinerTests.java @@ -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)); |
