Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
yedajiang44 committed Jul 24, 2024
1 parent fdc4937 commit 3ca4819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JT808.Protocol.Test/JT808SerializerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void MergerTest()
{
var config = new DefaultGlobalConfig("merge");
config.EnableAutoMerge = true;
config.AutoMergeTimeoutSecond = 500;
config.AutoMergeTimeoutSecond = 5;
var array = new[]
{
//分包数据第一包
Expand Down

0 comments on commit 3ca4819

Please sign in to comment.