summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhoujinchuan <[email protected]>2024-07-10 18:52:37 +0800
committerhoujinchuan <[email protected]>2024-07-10 18:52:37 +0800
commit40fa29281564e45fc60ed56bfb7281b59b8780ce (patch)
treec1a977116dbd70b5b97c35c49805759ed30e95c5 /src
parente8ccc23266e4bad88fcab28d916a5915aa992dfe (diff)
修复test和build错误
Diffstat (limited to 'src')
-rw-r--r--src/test/java/com/zdjizhi/FileChunkCombinerTests.java2
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));