Skip to content

Commit b30e1c9

Browse files
committed
Stabilize tests
1 parent 6de1596 commit b30e1c9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

test/MsgPack.UnitTest/CollectionValidatingByteArrayUnpackerTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region -- License Terms --
1+
#region -- License Terms --
22
//
33
// MessagePack for CLI
44
//
@@ -33,7 +33,7 @@
3333
namespace MsgPack
3434
{
3535
[TestFixture]
36-
[Timeout( 3000 )]
36+
[Timeout( 30000 )]
3737
public class CollectionValidatingByteArrayUnpackerTest : ByteArrayUnpackerTest
3838
{
3939
protected override bool ShouldCheckSubtreeUnpacker

test/MsgPack.UnitTest/CollectionValidatingStreamUnpackerTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region -- License Terms --
1+
#region -- License Terms --
22
//
33
// MessagePack for CLI
44
//
@@ -33,7 +33,7 @@
3333
namespace MsgPack
3434
{
3535
[TestFixture]
36-
[Timeout( 3000 )]
36+
[Timeout( 30000 )]
3737
public class CollectionValidatingStreamUnpackerTest : StreamUnpackerTest
3838
{
3939
protected override bool ShouldCheckSubtreeUnpacker

test/MsgPack.UnitTest/FastByteArrayUnpackerTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region -- License Terms --
1+
#region -- License Terms --
22
//
33
// MessagePack for CLI
44
//
@@ -33,7 +33,7 @@
3333
namespace MsgPack
3434
{
3535
[TestFixture]
36-
[Timeout( 3000 )]
36+
[Timeout( 30000 )]
3737
public class FastByteArrayUnpackerTest : ByteArrayUnpackerTest
3838
{
3939
protected override bool ShouldCheckSubtreeUnpacker

test/MsgPack.UnitTest/FastStreamUnpackerTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#region -- License Terms --
1+
#region -- License Terms --
22
//
33
// MessagePack for CLI
44
//
@@ -34,7 +34,7 @@
3434
namespace MsgPack
3535
{
3636
[TestFixture]
37-
[Timeout( 3000 )]
37+
[Timeout( 30000 )]
3838
public class FastStreamUnpackerTest : StreamUnpackerTest
3939
{
4040
protected override bool ShouldCheckSubtreeUnpacker

0 commit comments

Comments
 (0)