Skip to content

Commit 19a0502

Browse files
committed
Fix temporary comment-out of timeout settings.
1 parent 5081485 commit 19a0502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/MsgPack.UnitTest/ByteArrayPackerTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
namespace MsgPack
3535
{
3636
[TestFixture]
37-
//[Timeout( 500 )]
37+
[Timeout( 500 )]
3838
public partial class ByteArrayPackerTest : PackerTest
3939
{
4040
protected override Packer CreatePacker( MemoryStream stream )

0 commit comments

Comments
 (0)