Skip to content

Commit cc0ad2a

Browse files
committed
Add missing TimeoutAttributes for splitting tests.
1 parent a46f72a commit cc0ad2a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/MsgPack.UnitTest/PackUnpackTest.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ var count in
298298
}
299299

300300
[Test]
301+
[Timeout( 10000 )]
301302
public void TestArray_Splitted()
302303
{
303304
foreach (
@@ -509,6 +510,7 @@ var count in
509510
}
510511

511512
[Test]
513+
[Timeout( 60000 )]
512514
public void TestDictionary_Splitted()
513515
{
514516
foreach (
@@ -573,6 +575,7 @@ var count in
573575
}
574576

575577
[Test]
578+
[Timeout( 3000 )]
576579
public void TestBytes_Splitted()
577580
{
578581
foreach (
@@ -639,6 +642,7 @@ var count in
639642
}
640643

641644
[Test]
645+
[Timeout( 3000 )]
642646
public void TestChars_Splitted()
643647
{
644648
foreach (
@@ -711,6 +715,7 @@ var count in
711715
}
712716

713717
[Test]
718+
[Timeout( 3000 )]
714719
public void TestExts_Splitted()
715720
{
716721
foreach (

0 commit comments

Comments
 (0)