We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46f72a commit cc0ad2aCopy full SHA for cc0ad2a
1 file changed
test/MsgPack.UnitTest/PackUnpackTest.cs
@@ -298,6 +298,7 @@ var count in
298
}
299
300
[Test]
301
+ [Timeout( 10000 )]
302
public void TestArray_Splitted()
303
{
304
foreach (
@@ -509,6 +510,7 @@ var count in
509
510
511
512
513
+ [Timeout( 60000 )]
514
public void TestDictionary_Splitted()
515
516
@@ -573,6 +575,7 @@ var count in
573
575
574
576
577
578
+ [Timeout( 3000 )]
579
public void TestBytes_Splitted()
580
581
@@ -639,6 +642,7 @@ var count in
639
642
640
643
641
644
645
646
public void TestChars_Splitted()
647
648
@@ -711,6 +715,7 @@ var count in
711
715
712
716
713
717
718
714
719
public void TestExts_Splitted()
720
721
0 commit comments