We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5081485 commit 19a0502Copy full SHA for 19a0502
1 file changed
test/MsgPack.UnitTest/ByteArrayPackerTest.cs
@@ -34,7 +34,7 @@
34
namespace MsgPack
35
{
36
[TestFixture]
37
- //[Timeout( 500 )]
+ [Timeout( 500 )]
38
public partial class ByteArrayPackerTest : PackerTest
39
40
protected override Packer CreatePacker( MemoryStream stream )
0 commit comments